Got error:
Cannot run Program "......hardware/tools/g++_arm_none_eabi/bin/arm/arm-none-eabi-g++:Java.io.IOException: Error 2 No such file or directory
Sure enough. the file arm/arm-none-eabi-g++ is MISSING!
Copy Error message says:
Arduino: 1.5.6-r2 (Linux), Board: "Arduino Due (Programming Port)"
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
I THOUGHT the download is supposed to include a compiler?
Arduino Due, Ububtu, 12.04 LTS, 64 bit.
So, it looks like jave installed correctly and Sketch May_23 application installed correctly. I can also see the programming port.
NOW WHAT DO I DO? STUCK.
The stable 1.0.5 works great for me. Is there anything special about 1.5.6.r2?
Rumor has it you have to use it for the Due.
I2C and SerialPrint has/have issues on the Due.
tf68
4
The Ubuntu repository should have the missing compiler.
The auduinio shell scripts now runs and compiles programs. Installing the Java 32 bit compabilitly libraries fixed that.
The "Copy Error Message" aparently refers to compiler errors and not program errors like "Board at COM1 not available"
or JAVA errors like Error #2.
I'm now here: http://forum.arduino.cc/index.php?topic=241719.msg1736722#msg1736722
With "Board at COM1 not available". I can do a echo "Hello World" > /dev/ttyACM0 and it will blink the light on the Due.