Eclipse、AVR 插件和 Arduino

发布于 2024-08-27 02:48:27 字数 256 浏览 7 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安稳善良 2024-09-03 02:48:27

你的路径是这样设置的吗?

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.

逆夏时光 2024-09-03 02:48:27

现在在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文