I seam to have a path error that I can’t solve.
Below is the result of trying to compile, it can’t find the header file(s):
Home@MAIN-PC MINGW64 /g/AmbiqSuite-Rel2.0.0/AmbiqSuite-Rel2.0.0/boards/SparkFun_Apollo3_AmbiqSuite_BSPs/redboard_artemis/examples/blinky/gcc
$ ls -l
total 12
drwxr-xr-x 1 Home 197121 0 Jan 27 14:33 bin/
-rw-r–r-- 1 Home 197121 11739 Jan 28 08:43 Makefile
Home@MAIN-PC MINGW64 /g/AmbiqSuite-Rel2.0.0/AmbiqSuite-Rel2.0.0/boards/SparkFun_Apollo3_AmbiqSuite_BSPs/redboard_artemis/examples/blinky/gcc
$ make bootload
Makefile:134: warning: you have not defined COMMONPATH so will continue assuming that the COMMON root is at …/…/…/…/common
Makefile:142: warning: you have not defined BOARDPATH so will continue assuming that the BOARD root is at …/…/…
Makefile:150: warning: you have not defined PROJECTPATH so will continue assuming that the PROJECT root is at …
Compiling gcc …/…/…/…/common/examples/blinky/main.c
…/…/…/…/common/examples/blinky/main.c:32:10: fatal error: am_mcu_apollo.h: No such file or directory
32 | #include “am_mcu_apollo.h”
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:309: bin/main.o] Error 1
Home@MAIN-PC MINGW64 /g/AmbiqSuite-Rel2.0.0/AmbiqSuite-Rel2.0.0/boards/SparkFun_Apollo3_AmbiqSuite_BSPs/redboard_artemis/examples/blinky/gcc
$