acassis commented on PR #10392:
URL: https://github.com/apache/nuttx/pull/10392#issuecomment-1693968281
Hmm, seems like add common board support will requires all boards to have
Make.defs instead Makefile:
```
====================================================================================
Configuration/Tool: stm32f746g-disco/lvgl,CONFIG_ARM_TOOLCHAIN_CLANG
------------------------------------------------------------------------------------
Cleaning...
Configuring...
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
Building NuttX...
Makefile:23: board/Make.defs: No such file or directory
make[2]: *** No rule to make target 'board/Make.defs'.
make[2]: Failed to remake makefile 'board/Make.defs'.
make[1]: *** [Makefile:79: context] Error 2
make: *** [tools/Unix.mk:443: boards/.context] Error 2
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 370:
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or
directory
```
--
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]