f4grx commented on issue #2206: URL: https://github.com/apache/incubator-nuttx/issues/2206#issuecomment-845128005
OK so the solution to this was given by Abdelatif Guettouche on the mailing list ``` I just copied the nucleo-fe446re board without the common directory. Here are the steps I took: Add the correct custom board CONFIGs to nsh/defconfig (and remove some of the old ones) Rename Make.defs to Makefile Add include $(TOPDIR)/boards/Board.mk to the end of the file. ./tools/configure.sh ../boards/nucleo-f446re/configs/nsh make Builds fine. ``` The trick about RENAMING a make.defs to Makefile is probably not normal. This process has to be documented somewhere in the official doc under "how to make an external board config" -- 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. For queries about this service, please contact Infrastructure at: [email protected]
