Core 1.0.7 released

Hi @Ralphpdq,
your issue is being tracked here. In the meantime, if you open C:\Users\Ralph\AppData\Local\Arduino15\packages\Intel\hardware/arc32/1.0.7/platform.txt and remove the following lines you should be to compile and upload as a non-admin user.

The lines are

## Save output with debug symbols (.debug.elf file)
recipe.hooks.objcopy.preobjcopy.1.pattern=cp -f "{build.path}/{build.project_name}.elf" "{build.path}/../arduino101_sketch.debug.elf"
recipe.hooks.objcopy.preobjcopy.1.pattern.windows=cmd /C copy /y "{build.path}\{build.project_name}.elf" "{build.path}\..\arduino101_sketch.debug.elf"