casaroli commented on issue #2189: URL: https://github.com/apache/nuttx-apps/issues/2189#issuecomment-1808294354
> Which Make.defs do you modify? Hello, I did not modify any `Make.defs`. I expect that libtest would work with the default [Make.defs](https://github.com/apache/nuttx-apps/blob/master/examples/libtest/Make.defs#L22) in `libtest`. If I add: ``` EXTRA_LIBS = "$(APPDIR)/examples/libtest/libtest.a" ``` to `boards/sim/sim/sim/scripts/Make.defs`, then it works, but I expect it to work without changing any board files since it is already set in the example `libtest` `Make.defs`. WDYT? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org