[eclipse-arduino-dev] Re: Is it possible?

  • From: Roberto Lo Giacco <rlogiacco@xxxxxxxxx>
  • To: eclipse-arduino-dev@xxxxxxxxxxxxx
  • Date: Sat, 26 Mar 2016 18:55:26 +0100

On Sat, Mar 26, 2016 at 5:49 PM, Jan Baeyens <jan@xxxxxxxxxx> wrote:

I downloaded eclipse-cpp-mars-2-win32-x86_64.zip
unzipped
added arduino eclipse plugin nightly
created a project
build
no problem
I have the builders and the "paths and symbols" in my project properties.



​Oh shit! I was looking at Window > Preferences, not Project >
Properties... sorry :-P

I have all those, the only notable difference is I have an additional entry
for the includes

[image: Inline image 1]




I also tried with a space in the path no problem(see dump below)
What I see in your logs is as if the makefile is not properly interpreting
meta characters.
You have

test.cpp.o: ../test.cpp
@echo 'Building file: $<'
@echo 'Starting C++ compile'

I have

'Building file: ../.ino.cpp'
'Starting C++ compile'

You see the $< comming back in the compile command where it should read
'.ino.cpp'


​Actually in my logs I have

16:12:00 **** Clean-only build of configuration Release for project blink
****
"C:\\Software\\eclipse\\arduinoPlugin\\tools\\make\\make" clean
make: *** No rule to make target 'clean'.  Stop.

16:12:00 Build Finished (took 178ms)

16:12:00 **** Build of configuration Release for project blink ****
"C:\\Software\\eclipse\\arduinoPlugin\\tools\\make\\make" all
process_begin: CreateProcess(NULL, echo "Building file: ../.ino.cpp", ...)
failed.
subdir.mk:24: recipe for target '.ino.cpp.o' failed
make (e=2): Impossibile trovare il file specificato.

make: *** [.ino.cpp.o] Error 2

16:12:01 Build Finished (took 344ms)​


​I have ​attached my subdir.mk file, but to me it looks exactly as yours





In the generated makefile I see

# Each subdirectory must supply rules for building sources it contributes
.ino.cpp.o: ../.ino.cpp
    @echo 'Building file: $<'
    @echo 'Starting C++ compile'
    "C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"$(@:%.o=%.d)" <$(@:%25.o=%25.d)> -MT"$@" -D__IN_ECLIPSE__=1
-x c++ "$<"  -o  "$@"   -Wall
    @echo 'Finished building: $<'
    @echo ' '

Just thinking: Do you have a make.exe somewhere in your path?


​I opened a command prompt and run make, getting a "make is not a
recognized command" message... I would say I don't

This is really strange.... It must have to do with my system, but I can't
understand why....​






17:42:07 **** Incremental Build of configuration Release for project fff
****
"C:\\Users\\jan\\Downloads\\eclipse cpp\\arduinoPlugin\\tools\\make\\make"
all
'Building file: ../.ino.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++
"../.ino.cpp"  -o  ".ino.cpp.o"   -Wall
'Finished building: ../.ino.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/CDC.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/CDC.cpp.d" -MT"core/CDC.cpp.o" -D__IN_ECLIPSE__=1 -x c++
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/CDC.cpp"
-o  "core/CDC.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/CDC.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/HardwareSerial.cpp.d" -MT"core/HardwareSerial.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial.cpp"
-o  "core/HardwareSerial.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial0.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/HardwareSerial0.cpp.d" -MT"core/HardwareSerial0.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial0.cpp"
-o  "core/HardwareSerial0.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial0.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial1.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/HardwareSerial1.cpp.d" -MT"core/HardwareSerial1.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial1.cpp"
-o  "core/HardwareSerial1.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial1.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial2.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/HardwareSerial2.cpp.d" -MT"core/HardwareSerial2.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial2.cpp"
-o  "core/HardwareSerial2.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial2.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial3.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/HardwareSerial3.cpp.d" -MT"core/HardwareSerial3.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial3.cpp"
-o  "core/HardwareSerial3.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/HardwareSerial3.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/IPAddress.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/IPAddress.cpp.d" -MT"core/IPAddress.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/IPAddress.cpp"
-o  "core/IPAddress.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/IPAddress.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/PluggableUSB.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/PluggableUSB.cpp.d" -MT"core/PluggableUSB.cpp.o"
-D__IN_ECLIPSE__=1 -x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/PluggableUSB.cpp"
-o  "core/PluggableUSB.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/PluggableUSB.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Print.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/Print.cpp.d" -MT"core/Print.cpp.o" -D__IN_ECLIPSE__=1 -x
c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Print.cpp"
-o  "core/Print.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Print.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Stream.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/Stream.cpp.d" -MT"core/Stream.cpp.o" -D__IN_ECLIPSE__=1
-x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Stream.cpp"
-o  "core/Stream.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Stream.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Tone.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/Tone.cpp.d" -MT"core/Tone.cpp.o" -D__IN_ECLIPSE__=1 -x
c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Tone.cpp"
-o  "core/Tone.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/Tone.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/USBCore.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/USBCore.cpp.d" -MT"core/USBCore.cpp.o" -D__IN_ECLIPSE__=1
-x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/USBCore.cpp"
-o  "core/USBCore.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/USBCore.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WInterrupts.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/WInterrupts.c.d" -MT"core/WInterrupts.c.o"
-D__IN_ECLIPSE__=1 "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WInterrupts.c"
-o  "core/WInterrupts.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WInterrupts.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WMath.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/WMath.cpp.d" -MT"core/WMath.cpp.o" -D__IN_ECLIPSE__=1 -x
c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WMath.cpp"
-o  "core/WMath.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WMath.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WString.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/WString.cpp.d" -MT"core/WString.cpp.o" -D__IN_ECLIPSE__=1
-x c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WString.cpp"
-o  "core/WString.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/WString.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/abi.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/abi.cpp.d" -MT"core/abi.cpp.o" -D__IN_ECLIPSE__=1 -x c++
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/abi.cpp"
-o  "core/abi.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/abi.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/hooks.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/hooks.c.d" -MT"core/hooks.c.o" -D__IN_ECLIPSE__=1
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/hooks.c"
-o  "core/hooks.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/hooks.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/main.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/main.cpp.d" -MT"core/main.cpp.o" -D__IN_ECLIPSE__=1 -x
c++ "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/main.cpp"
-o  "core/main.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/main.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/new.cpp'
'Starting C++ compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++" -c -g
-Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega168 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/new.cpp.d" -MT"core/new.cpp.o" -D__IN_ECLIPSE__=1 -x c++
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/new.cpp"
-o  "core/new.cpp.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/new.cpp'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/wiring.c.d" -MT"core/wiring.c.o" -D__IN_ECLIPSE__=1
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring.c"
-o  "core/wiring.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_analog.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/wiring_analog.c.d" -MT"core/wiring_analog.c.o"
-D__IN_ECLIPSE__=1 "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_analog.c"
-o  "core/wiring_analog.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_analog.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_digital.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/wiring_digital.c.d" -MT"core/wiring_digital.c.o"
-D__IN_ECLIPSE__=1 "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_digital.c"
-o  "core/wiring_digital.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_digital.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.S'
'Starting S compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-x assembler-with-cpp -mmcu=atmega168 -DF_CPU=16000000L -DARDUINO=10606
-DARDUINO_AVR_NG -DARDUINO_ARCH_AVR     -MMD -MP -MF"core/wiring_pulse.S.d"
-MT"core/wiring_pulse.S.o" -D__IN_ECLIPSE__=1
"C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.S"
-o  "core/wiring_pulse.S.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.S'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/wiring_pulse.c.d" -MT"core/wiring_pulse.c.o"
-D__IN_ECLIPSE__=1 "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.c"
-o  "core/wiring_pulse.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_pulse.c'
' '
'Building file: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_shift.c'
'Starting C compile'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -c -g
-Os -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega168
-DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_NG -DARDUINO_ARCH_AVR
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"core/wiring_shift.c.d" -MT"core/wiring_shift.c.o"
-D__IN_ECLIPSE__=1 "C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_shift.c"
-o  "core/wiring_shift.c.o"   -Wall
'Finished building: C:/Users/jan/Downloads/eclipse
cpp/arduinoPlugin/packages/arduino/hardware/avr/1.6.10/cores/arduino/wiring_shift.c'
' '
'Starting archiver'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-ar" rcs
"C:/Users/jan/workspace/fff/Release/arduino.ar"    arduino.ar
./core/CDC.cpp.o ./core/HardwareSerial.cpp.o ./core/HardwareSerial0.cpp.o
./core/HardwareSerial1.cpp.o ./core/HardwareSerial2.cpp.o
./core/HardwareSerial3.cpp.o ./core/IPAddress.cpp.o
./core/PluggableUSB.cpp.o ./core/Print.cpp.o ./core/Stream.cpp.o
./core/Tone.cpp.o ./core/USBCore.cpp.o ./core/WInterrupts.c.o
./core/WMath.cpp.o ./core/WString.cpp.o ./core/abi.cpp.o ./core/hooks.c.o
./core/main.cpp.o ./core/new.cpp.o ./core/wiring.c.o
./core/wiring_analog.c.o ./core/wiring_digital.c.o ./core/wiring_pulse.S.o
./core/wiring_pulse.c.o ./core/wiring_shift.c.o
'Finished building: arduino.ar'
' '
'Starting combiner'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-gcc" -Os
-Wl,--gc-sections -mmcu=atmega168  -o
"C:/Users/jan/workspace/fff/Release/fff.elf"    ./.ino.cpp.o   arduino.ar
"-LC:/Users/jan/workspace/fff/Release" -lm
'Finished building: fff.elf'
' '
'Create eeprom image'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-objcopy" -O
ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings
--change-section-lma .eeprom=0
"C:/Users/jan/workspace/fff/Release/fff.elf"
"C:/Users/jan/workspace/fff/Release/fff.eep"
'Finished building: fff.eep'
' '
'Create Flash image (ihex format)'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-objcopy" -O
ihex -R .eeprom  "C:/Users/jan/workspace/fff/Release/fff.elf"
"C:/Users/jan/workspace/fff/Release/fff.hex"
'Finished building: fff.hex'
' '
'Building target: fff'
'Printing size:'
"C:\Users\jan\Downloads\eclipse
cpp\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-size" -A
"C:/Users/jan/workspace/fff/Release/fff.elf"
C:/Users/jan/workspace/fff/Release/fff.elf  :
section          size      addr
.data               0   8388864
.text             450         0
.bss                9   8388864
.comment           17         0
.debug_aranges    200         0
.debug_info      1729         0
.debug_abbrev     775         0
.debug_line      1632         0
.debug_frame      368         0
.debug_str       1032         0
.debug_loc        587         0
.debug_ranges     136         0
Total            6935


'Finished building target: fff'
' '

17:42:14 Build Finished (took 6s.750ms)



Op 26/03/2016 om 16:17 schreef Roberto Lo Giacco:

In order to verify it wasn't my Mars.2 configuration I downloaded and
unpacked the latest product win64.2016-03-23_03-43-04.tar.gz but I'm
getting the exact same result with a freshly created project...

Is it just me? I'm using Win10, 64bits, obviously...

On Sat, Mar 26, 2016 at 3:25 PM, Roberto Lo Giacco < <rlogiacco@xxxxxxxxx>
rlogiacco@xxxxxxxxx> wrote:

Thanks Jan for the quick answer: my replies below.

Il sabato 26 marzo 2016, Jan Baeyens < <jan@xxxxxxxxxx>jan@xxxxxxxxxx>
ha scritto:

Is this a upgraded project?


No, brand new created from scratch using Eclipse Mars.2 C/C++ and plugin
installed from update site. Is it possible I should have installed
something in addition to the Arduino Eclipse Extensions?
That's the only plugin I've picked from the selection as it is still
uncategorised.


Because the .ino.cpp is created in a different way between V2.4 and V3
it may be that your toolchain is not set correctly.
As I advice (in the video I need to finish before Thursday) the safest
way is to start from a fresh workspace.


I know ;) I went for a fresh project as it was just a test.


If you insist to get this project working you can check following
things. (Note that I insist on updating some projects so I know what has
changed)


Not my case, but I will try updating one project after fixing this just
to better understand the changes.

Does the .ino.cpp file exist?


 Yes, in the project root

does the .ino.cpp file contain #ifdef file gards?


Yes, #ifdef __In_ECLIPSE__


is the preprocessor part of the toolchain project properties->build



I don't see the Builders section at all!


do you have a arduino folder in the root of the project (if yes delete
and go to project properties->arduino->correct and select apply ok)


No I don't have the folder.

do you have a Libraries (note the capital L) folder in the root of the
project (if so delete the folder)


 No I don't have the folder.

Check path and symbols for bad links (like arduino and Libraries)

Check the correctness of the exclude filter

Note that since I added the autoLibrary include I prefer making a new
project for to fixing the exclude filter alone.


I don't have a Paths and Symbols preference at all!!!

WTF?




Best regards
Jantje

Op 26/03/2016 om 3:32 schreef Roberto Lo Giacco:

After an update I'm now getting the following when I try to compile:

**** Incremental Build of configuration Release for project serial ****
"C:\\Software\\Eclipse CPP\\arduinoPlugin\\tools\\make\\make" all
process_begin: CreateProcess(NULL, echo "Building file: ../.ino.cpp",
...) failed.
subdir.mk:24: recipe for target '.ino.cpp.o' failed
make (e=2): Impossibile trovare il file specificato.

make: *** [.ino.cpp.o] Error 2

Build Finished (took 605ms)

I then tried to remove the space in the folder name, but with no luck.

I'm using version *3.0.0.20160323022 *and the translation for the
italian part is "Unable to find specified file"...

Isn't the .ino.cpp file the wrapper for ino files?

I then tried to work around this by creating a .cpp project, but I got a
similar error:

**** Build of configuration Release for project test2 ****
"C:\\Software\\EclipseCPP\\arduinoPlugin\\tools\\make\\make" all
subdir.mk:18: recipe for target 'test2.cpp.o' failed
process_begin: CreateProcess(NULL, echo "Building file: ../test2.cpp",
...) failed.
make (e=2): Impossibile trovare il file specificato.

make: *** [test2.cpp.o] Error 2

Build Finished (took 318ms)

Please note I've moved the installation folder to one without the space.

Last hint: in the subdir.mk file I've an error indicator beside the
second line of the following snippet:

test.cpp.o: ../test.cpp
@echo 'Building file: $<'
@echo 'Starting C++ compile'
"C:\Users\rlogiacco\Desktop\EclipseCPP\arduinoPlugin\tools\arduino\avr-gcc\4.8.1-arduino5/bin/avr-g++"
-c -g -Os -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections
-fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR
-I"C:\Users\rlogiacco\Desktop\EclipseCPP\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\rlogiacco\Desktop\EclipseCPP\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\standard"
-MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -D__IN_ECLIPSE__=1 -x c++ "$<"  -o
 "$@"   -Wall
@echo 'Finished building: $<'
@echo ' '

Also note I've tried again moving the installation folder to my desktop,
just to ensure it wasn't something related to file permissions or anything
related to the path.















PNG image

PNG image

PNG image

PNG image

Attachment: subdir.mk
Description: Binary data

Other related posts: