Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add links to the two git commits mentioned here.

...

In your custom board's scripts/Make.defs file, rename EXTRADEFINES to EXTRAFLAGS.

See git commit # 459ad9937377a42785692098ff0d73baaa9551e6 in the main NuttX repository.

...

Code Block
languagetext
DEPPATH += --dep-path board
VPATH += :board
CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board)

See git commit # 6ca46520df38854bf660f9be54957cceede39ded in the main NuttX repository.

...