Error Compiling ANY Code

Whenever I try to compile any code I get the following error:
Arduino: 1.6.5 (Windows Vista), Board: "LinkIt ONE"

arm-none-eabi-g++: error: CreateProcess: No such file or directory
Error compiling.

I have arduino 1.6.5 and Windows Vista.

Thanks!

Do you have a link to that board?
I do not know it, and can't recall I've seen it on the forum.

Are you using an arduion board? Which one?
Do you have compile errors with the basic " blink led " script? Show us what simplest script you have problem with.

Have you had success before compiling and uploading any arduion script?

A bunch of people have had IDE 1.6.x problems, including IDE crashes and bizarre compile errors, when they have an old 1.5.x/1.6.x installation. Those problems seem to be caused by out-of-date executables that the new IDE saves outside the IDE installation directory. In such cases it appears that the fix is to delete or rename the old "Arduino15" directory and re-install 1.6.x.

On Mac OS X:
/Users/(username)/Library/Arduino15

On Windows:
C:\Users(username)\AppData\Roaming\Arduino15

On Linux:
/home/(username)/.arduino15 (a.k.a. ~/.arduino15)