I did simple projects on version 1.2,
I need to do a project, I downloaded 1.6.8 but I cant compile anything on it
I use XP 3rd edition 32 bit, even the samples from help or library gives this error
Exit status 1
The full code is
Arduino: 1.6.8 (Windows XP), Board: "Arduino/Genuino Uno"
D:\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "D:\Arduino\hardware" -tools "D:\Arduino\tools-builder" -tools "D:\Arduino\hardware\tools\avr" -built-in-libraries "D:\Arduino\libraries" -libraries "D:\Arduino\0My proj\libraries" -fqbn=arduino:avr:uno -ide-version=10608 -build-path "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp" -warnings=all -prefs=build.warn_data_percentage=75 -verbose "D:\Arduino\0My proj\Car\Car\Car.ino"
D:\Arduino\arduino-builder -compile -logger=machine -hardware "D:\Arduino\hardware" -tools "D:\Arduino\tools-builder" -tools "D:\Arduino\hardware\tools\avr" -built-in-libraries "D:\Arduino\libraries" -libraries "D:\Arduino\0My proj\libraries" -fqbn=arduino:avr:uno -ide-version=10608 -build-path "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp" -warnings=all -prefs=build.warn_data_percentage=75 -verbose "D:\Arduino\0My proj\Car\Car\Car.ino"
"D:\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\Arduino\hardware\arduino\avr\cores\arduino" "-ID:\Arduino\hardware\arduino\avr\variants\standard" "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp\sketch\Car.ino.cpp" -o "nul"
"D:\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\Arduino\hardware\arduino\avr\cores\arduino" "-ID:\Arduino\hardware\arduino\avr\variants\standard" "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp\sketch\Car.ino.cpp" -o "nul"
"D:\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\Arduino\hardware\arduino\avr\cores\arduino" "-ID:\Arduino\hardware\arduino\avr\variants\standard" "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp\sketch\Car.ino.cpp" -o "C:\DOCUME~1\Admin\LOCALS~1\Temp\build65823b54d473be38cacbd4f284d362b6.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
exit status 1
Error compiling for board Arduino/Genuino Uno.
Please help