error message?

Arduino: 1.6.3 (Windows 8.1), Board: "Arduino Due (Programming Port)"

arm-none-eabi-gcc: error: C:\Users\my name here\AppData\Local\Temp\build7710327215993871117.tmp/core/syscalls_sam3.c.o: No such file or directory

arm-none-eabi-gcc: error: C:\Users\my name here\AppData\Local\Temp\build7710327215993871117.tmp/core.a: No such file or directory

Error compiling.


what does this mean and how do i solve it?

Check Tools > Board > Boards Manager... to see what version of Arduino SAM Boards you have installed. The latest version is not compatible with Arduino IDE 1.6.3 and I think that's the cause of your problem. If so you can either upgrade to Arduino IDE 1.6.6 or you can install an older version of the Arduino SAM Boards.

Thanks
fixed the problem