Eclipse, the AVR Plugin, and Arduino
Posted
by bitrex
on Stack Overflow
See other posts from Stack Overflow
or by bitrex
Published on 2010-04-02T08:35:26Z
Indexed on
2010/04/02
8:43 UTC
Read the original article
Hit count: 689
I'm attempting to compile Arduino code in the Eclipse IDE using WinAVR and the AVR IDE plugin, and I'm running into one major stumbling block - when I try to compile the code I get the following error:
/usr/bin/sh: g++: command not found
make: *** [main.o] Error 127
Yeah, I bet not...I'm using Windows Vista. I have the paths to WinAVR's avr-g++ all set correctly in the preferences tab, does anyone know why it might be doing this?
© Stack Overflow or respective owner