How to use in Windows 10 - Java error cant find file on upload

Hi,

If like me you are used to Intel stuff not working properly OTB, then why should the 101 be any differnet ? Anyway, install 1.04 and I can't include this file

#include "CurieIMU.h"

To try out the cool examples. Install 1.0.6 and my virus checker eats the following file

Intel\tools\arduino101load\1.6.9+1.24\arduino101load\arduino101load.exe

So what to do ? Create your own install of course ! Use the 1.0.4 for all the install tools, and use 1.0.6 package for all the latest code.

NOTE this is the only thing that would allow my 101 board to work on window 10 - don't evn get me started on what I had to do with the Quark D2000 !!

So install 1.0.06 from the board manager - search for 101.

Copy the following folder to somewhere safe for a backup (note it will complain about the aforementioned file - see above - the reason we can not upload !)

C:\Users<YOUR USERNAME>\AppData\Local\Arduino15\packages

Now - go back and install version 1.0.4 from the board manager again. Now we can include that file (or use the latest stuff - note the old .h compare to the new .h 2k vs 9k !)

No go to the following folder and copy the same named folder FROM your 1.6 backup you did earlier - 2 folders and all done !!)

Copy the hardware folder fom earlier into here (rename the one thats in here to .original or anything)

C:\Users<YOUR USERNAME>\AppData\Local\Arduino15\packages\Intel\Hardware

And this folder from the backup - moving the original

C:\Users\mobrien\AppData\Local\Arduino15\packages\Intel\tools\arc-elf32

So you should have copied the Hardware folder and the tools\arc-elf32 folders from your backup of 1.6.0 to the new install of 1.4.0

Thanks Intel xx.

Hi Marcus,
we should blame the antivirus vendors, not Intel :slight_smile: The source code of arduino101-load is here intel-arduino-tools/arduino101load at windows · intel/intel-arduino-tools · GitHub and it's completely safe.
The best solution is to whitelist it in your AV so you won't lose all the 1.0.6 improvements