Hi there,
I’ve been using various flavors of Artemis boards in a project recently but have been stuck on v1.2.1 for quite some time now, as 2.0.2 won’t compile anything for a board when using a Windows account with spaces in the name.
I’ve stuck with the older version instead of reworking my dev environment and all my apps under a new non-MS account, but have run into a wall getting SD cards working and gave the latest update a shot again tonight and checked in here.
At any rate there’s a library that’s not escaping paths properly keeping 2.0.2 compiling for anyone on Windows with a MS user account or a manually created account with spaces in the path.
arm-none-eabi-g++: error: Lastname\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.2\variants\SFE_ARTEMIS/mbed/mbed_config.h: No such file or directory
arm-none-eabi-g++: error: Lastname\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.2/cores/arduino/sdk/ArduinoSDK.h: No such file or directory
arm-none-eabi-g++: error: Lastname\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.2/cores/: No such file or directory
arm-none-eabi-g++: error: C:\Users\Firstname: No such file or directory
arm-none-eabi-g++: error: Lastname\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.2\variants\SFE_ARTEMIS/mbed/.cxx-flags: No such file or directory
arm-none-eabi-g++: error: C:\Users\Firstname: No such file or directory
arm-none-eabi-g++: error: Lastname\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.0.2\variants\SFE_ARTEMIS/mbed/.includes: No such file or directory
exit status 1
Error compiling for board RedBoard Artemis.