[Follow-up]
I have been taking a deeper look, and at some point the whole "libc"
**was not recompiling** on any header change - which looked and was a
Makefile error. The fix was simple: Remove the double "$(DELIM)" from
the dependencies, as it turns out the "Make.dep" file only has one
delimiter.
Hello again,
I've created the following PR with a potential fix/workaround:
https://github.com/apache/nuttx/pull/16564
However, I'm not sure if this is the best way to go. Any hints are
really appreciated.
BR,
Javier Alonso
On Fri, Jun 20, 2025 at 1:30 PM Javier Alonso wrote:
>
> Hello,
>
> I