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

  • From: Roberto Lo Giacco <rlogiacco@xxxxxxxxx>
  • To: eclipse-arduino-dev@xxxxxxxxxxxxx
  • Date: Sun, 27 Mar 2016 04:54:16 +0200

No joy after removing the anti virus....

If I run the expanded compile command on the command prompt it is executed
correctly...

"C:\Users\rlogiacco\Desktop\eclipseArduino\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=atmega2560 -DF_CPU=16000000L
-DARDUINO=10606 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR
-I"C:\Users\rlogiacco\Desktop\eclipseArduino\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\cores\arduino"
-I"C:\Users\rlogiacco\Desktop\eclipseArduino\arduinoPlugin\packages\arduino\hardware\avr\1.6.10\variants\mega"
-MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++
"../.ino.cpp"  -o  ".ino.cpp.o"   -Wall

That produces the .d and .o files

:-( Getting frustrated by this....

On Sun, Mar 27, 2016 at 4:26 AM, Roberto Lo Giacco <rlogiacco@xxxxxxxxx>
wrote:


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

echo "Building file: ../.ino.cpp"


C:\Users\rlogiacco>echo "Building file: ../.ino.cpp"
"Building file: ../.ino.cpp"


I've also tried running the make all from command line and I get the same
output I get within Eclipse....

I also started a VirtualBox machine and everything seems working fine...
I'm wondering if there might be some other installed software conflicting
somehow, but I can't figure what can it be...

Somehow make is not working on my machine, while it is working inside a
virtual box instance...

Actually I've found this article
<http://community.axoloti.com/t/impossibile-to-compile-any-patches-windows-10/1023>
and, guess what, I'm using AVG Free! Removing the anti virus now: I'll let
you know.

Roberto


Other related posts: