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
I get this error when trying to compile for teensy.
/Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character {' in expression /Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character}' in expression
--defsym:1: undefined symbol `extra.time.local' referenced in expression
collect2: error: ld returned 1 exit status
[Stino - Exit with error code 1.]
The text was updated successfully, but these errors were encountered:
Hi @gbernal I'm working in a new plugin it's not using the arduino IDE instead use platformIO as compiler, you shouldn't have problem compiling in a Teensy board (it support more than 200 boards). It is currently in beta, if you like to try it and maybe report an error/bug or new feature, you will be welcome.
I get this error when trying to compile for teensy.
/Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character
{' in expression /Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character
}' in expression--defsym:1: undefined symbol `extra.time.local' referenced in expression
collect2: error: ld returned 1 exit status
[Stino - Exit with error code 1.]
The text was updated successfully, but these errors were encountered: