You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying the Blink sketch to test my installation and I get core compilation errors. Config is:
Errors:
...
"/Users/xx/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-gcc" -mcpu=cortex-m0plus -mthumb -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD -DF_CPU=48000000L -DARDUINO=10805 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD "-I/Users/xx/Library/Arduino15/packages/arduino/tools/CMSIS/4.5.0/CMSIS/Include/" "-I/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/tools/CMSIS-Atmel/1.0.0-mattairtech-2/CMSIS/Device/ATMEL/" -DCLOCKCONFIG_32768HZ_CRYSTAL -DUSB_DISABLED -DONE_UART -DONE_WIRE -DONE_SPI -D__8KB_BOOTLOADER__ -D__SAMC21G18A__ "-I/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/cores/arduino" "-I/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/variants/Xeno_Mini" "/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/cores/arduino/wiring_analog.c" -o "/var/folders/03/s3pv8qk91w78m4_st_nbxl5m0000gn/T/arduino_build_389544/core/wiring_analog.c.o"
/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/cores/arduino/wiring_analog.c: In function 'analogReference':
/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/cores/arduino/wiring_analog.c:234:22: error: 'AR_INTREF_1V0' undeclared (first use in this function)
} else if (mode >= AR_INTREF_1V0) { // Values starting at AR_INTREF_1V0 are used for the Supply Controller reference (AR_INTREF)
^
/Users/xx/Library/Arduino15/packages/MattairTech_Arduino/hardware/samd/1.6.18-beta-b0/cores/arduino/wiring_analog.c:234:22: note: each undeclared identifier is reported only once for each function it appears in
exit status 1
Error compiling for board MattairTech Xeno Mini.
The text was updated successfully, but these errors were encountered:
Just trying the Blink sketch to test my installation and I get core compilation errors. Config is:
Errors:
The text was updated successfully, but these errors were encountered: