-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Seems these files want to live under C:\Users\XXXX\AppData\Local\Arduino15\packages\Intel\hardware\arc32\1.0.7\cores\arduino ?
If you try to install it as a "Library" the dccm/dccm_alloc.h" file is not found.
I got the latest corelibs from here: https://github.com/01org/corelibs-arduino101
and the latest Tools from: https://github.com/01org/intel-arduino-tools
I have issues compiling this project however..
exec: "C:\Users\XXX\AppData\Local\Arduino15\packages\Intel\tools\arduino101load\1.6.9+1.28/arduino101load": file does not exist
Error compiling for board Arduino/Genuino 101.
Strangely, this directory does exist, If I move the .exe files up one folder to the 1.6.9+1.28 folder I simply get
exit status 1
Error compiling for board Arduino/Genuino 101.
Any ideas?