stbenn commented on issue #16093:
URL: https://github.com/apache/nuttx/issues/16093#issuecomment-2770342972
@TimJTi based on your Nuttx development environment journey explanation on
your profile, you might find this interesting:
https://github.com/stbenn/nuttx_docker_env
It is how I
TimJTi commented on issue #16093:
URL: https://github.com/apache/nuttx/issues/16093#issuecomment-2769346381
Unless the "clue" is in the help text of the Kconfig setting for
`CONFIG_APPS_DIR` ? Seems to be clues there that those who know makefiles
better than me (pretty much anyone lol) can
TimJTi commented on issue #16093:
URL: https://github.com/apache/nuttx/issues/16093#issuecomment-2769309204
I had issues with this and ended up creating a traditional makefile with the
paths declared etc. I still had some issues - can't remember what to be honest
- so ended up relocating my
acassis commented on issue #16093:
URL: https://github.com/apache/nuttx/issues/16093#issuecomment-2766186242
@stbenn is this happing only with Makefile build? Or do it happen with CMake
too?
@xiaoxiang781216 any idea?
--
This is an automated message from the Apache Git Service.
To
stbenn commented on issue #16093:
URL: https://github.com/apache/nuttx/issues/16093#issuecomment-2766280033
I have only tried the makefile build, so I can't comment on if the behavior
occurs in CMake build.
--
This is an automated message from the Apache Git Service.
To respond to the me
stbenn opened a new issue, #16093:
URL: https://github.com/apache/nuttx/issues/16093
### Description
I am having issues with make recognizing file changes in my custom app. As a
result, I need to `make clean` before every build which is not ideal.
I believe the root cause is m