I keep getting this message when trying to upload to my Genuino101
I tried different USB ports but it made no difference
anyone know whats missing???
Arduino: 1.6.7 (Windows 7), Board: "Arduino 101"
Board Intel:i586:izmir_fg doesn't define a 'build.board' preference. Auto-set to: I586_IZMIR_FG
Board Intel:i586:izmir_fd doesn't define a 'build.board' preference. Auto-set to: I586_IZMIR_FD
Board Intel:i686:izmir_ec doesn't define a 'build.board' preference. Auto-set to: I686_IZMIR_EC
exec: "C:\Users\Jason Mistry\AppData\Local\Arduino15\packages\Intel\tools\arc-elf32\1.6.4+1.0/bin/arc-elf32-g++": file does not exist
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Hi lejaybo,
the problem might be related with the space in your username (very unlikely but possible, I'm testing it right now) or with the fact that the file really doesn't exist.
Can you confirm that the compiler exists in that location?
Thanks!
facchinm:
Hi lejaybo,
the problem might be related with the space in your username (very unlikely but possible, I'm testing it right now) or with the fact that the file really doesn't exist.
Can you confirm that the compiler exists in that location?
Thanks!
Hi,
I've tested it in a variety of Windows installation and I can confirm that there is no issue (user names with spaces make no difference).
I can only suggest you to perform a complete uninstall of the package (first via board manager, then removing
C:\Users\Jason Mistry\AppData\Local\Arduino15\staging\packages\1.6.4+1.14-windows.zip
C:\Users\Jason Mistry\AppData\Local\Arduino15\staging\packages\arc-toolchain-windows-arcem.zip
C:\Users\Jason Mistry\AppData\Local\Arduino15\staging\packages\arduino101-1.0.4.zip
And then reinstalling the whole package via board manager
Hope it helps!