cannot upload - 1.6.4+1.0/bin/arc-elf32-g++": file does not exist Error compili

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.

UPDATE

so I've had a clean out of the arduino folder on my machine and now i'm down to a the single error

Arduino: 1.6.7 (Windows 7), Board: "Arduino 101"

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.

any clues?

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!

Hello,
C:\Users\Jason Mistry\AppData\Local\Arduino15\packages\Intel\tools\arc-elf32\1.6.4+1.0

so I followed this and i can see folders

arc-elf32
bin
extlib
include
lib
libexec
share
COPYING(file)
Synopsys_FOSS_Notices.pdf

and

arc-elf32-g++.exe is in

C:\Users\Jason Mistry\AppData\Local\Arduino15\packages\Intel\tools\arc-elf32\1.6.4+1.0\bin

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!

Any joy with testing?

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!

thanks Facchinm

i'll give that a go