I just downloaded and installed Arduino.zip file. All other CPUs work but DUE doesn't. This is the message.
Arduino: 1.6.9 (Windows 7), Board: "Arduino Due (Programming Port)"
Board arduino_due_x_dbg (platform sam, package arduino) is unknown
Error compiling for board Arduino Due (Programming Port).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Please note that I'm just verifying, nothing is uploaded or connected.
The sketch is simplest possible
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Edit: I just download the install version. This same bug is there too