Re: build board from custom directory

2022-09-15 Thread Nathan Hartman
On Thu, Sep 15, 2022 at 7:06 AM TimH wrote: > Perhaps this needs to be added to the configure.sh help text? I agree! See PR-7103: https://github.com/apache/incubator-nuttx/pull/7103 Help with reviewing that will be appreciated! Nathan

RE: build board from custom directory

2022-09-15 Thread TimH
org >Subject: Re: build board from custom directory > >There is an option for relative links. The you can pass the path to >configure.sh >Like configure.sh ../boards/custom-board/config/nsh > >On Thu, Sep 15, 2022 at 12:25 PM TimH wrote: > >> A few weeks ago I moved

Re: build board from custom directory

2022-09-15 Thread Abdelatif Guettouche
There is an option for relative links. The you can pass the path to configure.sh Like configure.sh ../boards/custom-board/config/nsh On Thu, Sep 15, 2022 at 12:25 PM TimH wrote: > A few weeks ago I moved my custom board out of the NuttX > "nuttx/nuttx/boards" tree to a folder "nuttx/CustomBoards

build board from custom directory

2022-09-15 Thread TimH
A few weeks ago I moved my custom board out of the NuttX "nuttx/nuttx/boards" tree to a folder "nuttx/CustomBoards". Make menuconfig allows you to specify that folder (CONFIG_ARCH_BOARD_CUSTOM_DIR=) To try and rule out .config errors for some issues I have at the moment I did a make distcl