acassis commented on pull request #821:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/821#issuecomment-893642038
Seams like it broke the elf example:
```
elf_main.c: In function 'elf_main':
Error: elf_main.c:347:40: error: 'MOUNTPT' undeclared (first use in this
function)
347 | snprintf(fullpath, 128, "%s/%s", MOUNTPT, dirlist[i]);
| ^~~~~~~
elf_main.c:347:40: note: each undeclared identifier is reported only once
for each function it appears in
make[3]: *** [/github/workspace/sources/apps/Application.mk:192:
elf_main.c.github.workspace.sources.apps.examples.elf.o] Error 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]