Unable to `make px4_fmu-v*_default` on current master: `fatal error: nuttx/config.h: No such file or directory`

Hi there!
I try to build firmware from a current master, but it fails.

Log is here:

Hope someone could say me, what should I do to fix it.
Thanks!

1 Like

Try to install ninja (or sometimes called ninja-build and do make clean and try again. I think I’ve seen similar issues without ninja.

1 Like

My assumption is that this is something similar to this but I might be completely wrong.

Yes, it helps, thank you a lot!

I’m not sure that it’s the same problems, but I think it would be great if build system will check that ninja is installed before any builds.

1 Like