I think I'm following the README correctly, but maybe not. In the atmel-samd directory, I ran
make BOARD=circuitplayground_express
Get a few hundred errors that all look basically like this:
compilation terminated.
In file included from ../../py/mpconfig.h:45:0,
from ../../py/lexer.h:31,
from ../../extmod/vfs.h:29,
from ../../shared-module/os/__init__.c:31:
./mpconfigport.h:137:10: fatal error: include/sam.h: No such file or directory
#include "include/sam.h"
^~~~~~~~~~~~~~~
Am I missing a dependency? What is sam.h?
I think I'm following the README correctly, but maybe not. In the atmel-samd directory, I ran
Get a few hundred errors that all look basically like this:
Am I missing a dependency? What is sam.h?