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've tried compiling many different test programs including a simple blinky, but all give a whole slew of errors not finding tons of symbols, starting with:
"In file included from .pioenvs/spark_samd/FrameworkArduino/Arduino.h:61:0,
from src/main.cpp:1:
.pioenvs/spark_samd/FrameworkArduino/WVariant.h:93:36: error: 'TCC_INST_NUM' was not declared in this scope"
and including other symbols such as Sercom, UsbHostDescriptor, and a lot more
Testing done on Debian Jessie and Mac OS X
The text was updated successfully, but these errors were encountered:
malachib
changed the title
SAMD compilation appears broken
ATSAMD (zeroUSB) compilation appears broken
Mar 27, 2016
I've tried compiling many different test programs including a simple blinky, but all give a whole slew of errors not finding tons of symbols, starting with:
"In file included from .pioenvs/spark_samd/FrameworkArduino/Arduino.h:61:0,
from src/main.cpp:1:
.pioenvs/spark_samd/FrameworkArduino/WVariant.h:93:36: error: 'TCC_INST_NUM' was not declared in this scope"
and including other symbols such as Sercom, UsbHostDescriptor, and a lot more
Testing done on Debian Jessie and Mac OS X
The text was updated successfully, but these errors were encountered: