Re: Makefile vs Make.defs

2024-01-02 Thread Bill Rees
ROMFS defined by an existing "romfs_boot.c". Regards, yf Original From:"Bill Rees"< redskyo...@icloud.com.INVALID ; Date:2024/1/1 10:49 To:"dev"< dev@nuttx.apache.org ; Subject:Re:

Re: Makefile vs Make.defs

2023-12-31 Thread Bill Rees
    Original From:"Bill Rees"< redskyo...@icloud.com.INVALID ; Date:2023/12/31 9:51 To:"dev"< dev@nuttx.apache.org ; Subject:Re: Makefile vs Make.defs You're welcome. The error message is pointing out that you have two targets for clean. One is clea

Re: Makefile vs Make.defs

2023-12-31 Thread Bill Rees
. Regards, yf     Original From:"Bill Rees"< redskyo...@icloud.com.INVALID ; Date:2023/12/31 9:51 To:"dev"< dev@nuttx.apache.org ; Subject:Re: Makefile vs Make.defs You're welcome. The error message is pointing out that you have two targets for

Re: Makefile vs Make.defs

2023-12-31 Thread Bill Rees
lon target. Regards, yf Original From:"Bill Rees"< redskyo...@icloud.com.INVALID ; Date:2023/12/31 9:51 To:"dev"< dev@nuttx.apache.org ; Subject:Re: Makefile vs Make.defs You're welcome. The error message is pointing out that

Re: Makefile vs Make.defs

2023-12-30 Thread Bill Rees
ke command at the $(TOPDIR) and the contents in the board source folder (i.e. "boards/ Original From:"Bill Rees"< redskyo...@icloud.com.INVALID ; Date:2023/12/17 16:32 To:"dev"< dev@nuttx.apache

Re: Makefile vs Make.defs

2023-12-17 Thread Bill Rees
Running make where Makefile exists runs that Makefile. Running make where you have a Make.defs won't do anything. On 12/16/2023 8:55 PM, yfliu2008 wrote: Hi, It seems that some board source folder uses Makefile and some uses Make.defs: boards/risc-v/hpm6750/hpm6750evk2/src/Makefile