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
Thanks! Fixed in the new framework package. Please update via pio update.
Please test development version http://docs.platformio.org/en/latest/installation.html#development-version
Compiling once again! Thank you guys
I have additionally installed development version as requested, so far so good