[AE-60] Compiling Blink_flasher_unisense
leads to Error during build: exit status 1
#96
Labels
type: imperfection
Perceived defect in any part of project
Describe the Problem
😔 The Blink_flasher_unisense.ino sketch does not compile, due to an exit status 1 error message.
To reproduce
Compile sketch to Nicla Sense ME Board
Output:
Expected behaviour
🙂 Sketch compiles
Arduino CLI version
0.32.3 - arduino/arduino-cli@2661f5d
Operating system
Ubuntu 22.04.2 LTS
Additional Context
The
system_reset()
function is not identified by the compiler.nicla-sense-me-fw/bootloader/examples/Blink_flasher_unisense/Blink_flasher_unisense.ino
Line 53 in 098b8e0
As far as I see, this is only defined for the SAMD core.
https://github.com/arduino/ArduinoCore-samd/blob/84c09b3265e2a8b548a29b141f0c9281b1baf154/bootloaders/mzero/Bootloader_D21/src/ASF/sam0/drivers/system/system.h#L441
Compiling for a SAMD board leads to
I am unable to install the
SPIFBlockDevice
library via command line (should this need to be installed separately).The text was updated successfully, but these errors were encountered: