Hello -
I am using…
Win10
Arduino 1.8.12
Sparkfun Apollo3 Core 2.0.5
I am starting a project that will use Deep Sleep (or as low as it will go) and so am running thru the Apollo/RTC examples.
I started with the Artemis ATP and received an error, then tried the Artemis Dev Kit and finally the Artemis RedBoard Nano - each with the same error.
Is this an issue with 2.0.5 that can be fixed?
The error below is from the Nano –
c:/users/frede/appdata/local/arduino15/packages/sparkfun/tools/arm-none-eabi-gcc/8-2018-q4-major/bin/…/lib/gcc/arm-none-eabi/8.2.1/…/…/…/…/arm-none-eabi/bin/ld.exe: core\core.a(main.cpp.o): in function `main’:
C:\Users\frede\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.5\cores\arduino\mbed-bridge/main.cpp:12: undefined reference to `setup’
c:/users/frede/appdata/local/arduino15/packages/sparkfun/tools/arm-none-eabi-gcc/8-2018-q4-major/bin/…/lib/gcc/arm-none-eabi/8.2.1/…/…/…/…/arm-none-eabi/bin/ld.exe: C:\Users\frede\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.5\cores\arduino\mbed-bridge/main.cpp:15: undefined reference to `loop’
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board RedBoard Artemis Nano.
Thanks