New Galeleo Installation - Blink not compiling

Hello,

I am an old Arduino user but worked mostly on Dumilanove and Mega and Uno.

Today I started first time with Galeleo. I have copied special arduino IDE version in C:\arduino-1.5.3-Intel.1.0.4 and executed or launched from icon there. I also successfully installed the driver (COM7). I am using a desktop with Windows XP with SP3. I updated firmware as given on Intel's website.

When I press verify button to compile the standard blnk code, I get compilation error.

i586-poky-linux-uclibc-gcc: error: CreateProcess: No such file or directory

I am copy pasting whole error in verbose mode:

Arduino: 1.5.3-Intel.1.0.4 (Windows XP), Board: "IntelĀ® Galileo Gen2"

C:\arduino-1.5.3-Intel.1.0.4/hardware/tools/x86/i686-pokysdk-mingw32/usr/bin/i586-poky-linux-uclibc/i586-poky-linux-uclibc-g++ -m32 -march=i586 --sysroot=C:\arduino-1.5.3-Intel.1.0.4/hardware/tools/x86/i586-poky-linux-uclibc -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -D__ARDUINO_X86__ -Xassembler -mquark-strip-lock=yes -march=i586 -m32 -DARDUINO=153 -IC:\arduino-1.5.3-Intel.1.0.4\hardware\arduino\x86\cores\arduino -IC:\arduino-1.5.3-Intel.1.0.4\hardware\arduino\x86\variants\galileo_fab_g C:\DOCUME~1\d\LOCALS~1\Temp\build8182089511990343007.tmp\galeleo_Blink.cpp -o C:\DOCUME~1\d\LOCALS~1\Temp\build8182089511990343007.tmp\galeleo_Blink.cpp.o

C:\arduino-1.5.3-Intel.1.0.4/hardware/tools/x86/i686-pokysdk-mingw32/usr/bin/i586-poky-linux-uclibc/i586-poky-linux-uclibc-gcc -m32 -march=i586 --sysroot=C:\arduino-1.5.3-Intel.1.0.4/hardware/tools/x86/i586-poky-linux-uclibc -c -g -Os -w -ffunction-sections -fdata-sections -MMD -D__ARDUINO_X86__ -Xassembler -mquark-strip-lock=yes -march=i586 -m32 -DARDUINO=153 -IC:\arduino-1.5.3-Intel.1.0.4\hardware\arduino\x86\cores\arduino -IC:\arduino-1.5.3-Intel.1.0.4\hardware\arduino\x86\variants\galileo_fab_g C:\arduino-1.5.3-Intel.1.0.4\hardware\arduino\x86\cores\arduino\fast_gpio_common.c -o C:\DOCUME~1\d\LOCALS~1\Temp\build8182089511990343007.tmp\fast_gpio_common.c.o

i586-poky-linux-uclibc-gcc: error: CreateProcess: No such file or directory


Please help.

Hi, I found a remedy for this: it's because the file path is too lond. Unrar the archive directly to C:/ (making a folder eg C:/Arduino_Intel_something and the error no longer exist if run arduino.exe from there.