Hi guys, I just got my arduino 101 and downloaded the curie board files from the board manager tool.
I then tried uploading the blink program and got the following error.
Arduino: 1.6.7 (Mac OS X), Board: "Arduino 101"
Board Intel:i686:izmir_ec doesn't define a 'build.board' preference. Auto-set to: I686_IZMIR_EC
fork/exec /Users/Vignesh/Library/Arduino15/packages/Intel/tools/arc-elf32/1.6.4+1.0/bin/arc-elf32-g++: no such file or directory
Error compiling.
#1. Please check drivers are installed correctly and COM port is chosen correctly
#2. Try power the Arduino 101 separately ( I mean, reboot it using power cable)
, Also the error displayed can be ignored. I used to get this error when I compile on my Galileo as well.
The "no such file or directory" problem can be caused by a broken installation of the core. Try uninstalling it (using board manager) and installing it again.
If it doesn't work, please paste here the output of command "ls -la /Users/Vignesh/Library/Arduino15/packages/Intel/tools/arc-elf32/1.6.4+1.0/bin/"
i686 Izmir is the core for supporting Edison.
Perhaps try uninstalling Edison support from Boards manager temporarily and see if that clears the issue?