amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 232 forks source link

Arduino IDE 1.5.x and Arduino Due build problem #178

Open bilics opened 10 years ago

bilics commented 10 years ago

Hi there,

When I try to compile the "blink test" ( "ino init -t blink" ) I get the following errors:

"unknown MCU 'cortex-m3' specified"

and

/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/syscalls_sam3.c:35:17: error: sam.h: No such file or directory make: *\ [.build/arduino_due_x/arduino/syscalls_sam3.d] Error 1

Any help will be greatly appreciated!