Hello,
I have just installed eclipse, the latest version, as well as the latest plugin for arduino. I have selected the Arduino Uno board and i try to do a verify but it fails even when the project is freshly made.
Does anyone have any idea what to do with this because i'm clueless right now.
The output is as following:
23:36:23 **** Incremental Build of configuration Release for project Test ****
"C:\\Program Files\\eclipse\\arduinoPlugin\\tools\\make\\make" all
'Building file: ..\Test.cpp'
'Starting C++ compile'
"C:\Program Files\eclipse\/arduinoPlugin/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.3-arduino2/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -MMD -MP -MF"Test.cpp.d" -MT"Test.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "..\Test.cpp" -o "Test.cpp.o"
subdir.mk:18: recipe for target 'Test.cpp.o' failed
process_begin: CreateProcess(NULL, "C:\Program Files\eclipse\/arduinoPlugin/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.3-arduino2/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -MMD -MP -MFTest.cpp.d -MTTest.cpp.o -D__IN_ECLIPSE__=1 -x c++ ..\Test.cpp -o Test.cpp.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Test.cpp.o] Error 2
23:36:24 Build Finished (took 325ms)
I don't know if this is the correct place to put this topic but didn't know where else to put it.
Kind regards,
Bob