Eclipse、AVR 插件和 Arduino
我正在尝试使用 WinAVR 和 AVR IDE 插件在 Eclipse IDE 中编译 Arduino 代码,但遇到了一个主要障碍 - 当我尝试编译代码时出现以下错误:
/usr/ bin/sh: g++: 未找到命令 make: *** [main.o] Error 127
是的,我打赌不会...我使用的是 Windows Vista。我在首选项选项卡中正确设置了 WinAVR 的 avr-g++ 的路径,有谁知道为什么会这样做?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的路径是这样设置的吗?
avr 首选项面板 http://img534.imageshack.us/img534/5996/avreclipsepath.png
我按照 http://www.arduino.cc/playground/Code 上的说明进行操作/Eclipse 并且在我的带有 Eclipse 3.5 的 Vista 机器上一切正常。
Did you set your paths like this?
avr preference panel http://img534.imageshack.us/img534/5996/avreclipsepath.png
I followed the instructions on http://www.arduino.cc/playground/Code/Eclipse and everything worked fine on my Vista box with Eclipse 3.5.
现在在 eclipse 中使用 arduino 最简单的方法是使用 arduino eclipse 插件。
它建立在相同的软件堆栈 CDT +win AVR 上,但它为您正确设置了所有选项。它甚至还带有库导入功能。
请参阅 eclipse.baeyens.it 了解安装说明和常见问题解答。
The easiest way now to use arduino in eclipse is by using the arduino eclipse plugin.
It is build on the same software stack CDT +win AVR but it sets all the options correctly for you. It even comes with a library import functionality.
Look at eclipse.baeyens.it for installation instructions an FAQ.