简体   繁体   English

Eclipse AVRDude错误-Mac OS X Yosemite

[英]Eclipse AVRDude Error - Mac OS X Yosemite

i'm using Eclipse Indogo on Mac OS 10.10 and i'm tryig to program an avr atmega 16. While setting up eclipse I installed all dependencies like Elcipse CDT, avr-elcipse plugin and the CrossPack AVR Development Tools. 我在Mac OS 10.10上使用Eclipse Indogo,并且正在尝试对atmega 16的avr进行编程。设置eclipse时,我安装了所有依赖项,例如Elcipse CDT,avr-elcipse插件和CrossPack AVR开发工具。 But when I try to add a nex Programmer configuration in Eclipse->Preferences->AVRDude I get this Error: AVRDude executable can not be found. 但是,当我尝试在Eclipse-> Preferences-> AVRDude中添加nex Programmer配置时,出现此错误:找不到AVRDude可执行文件。 Cannnot run AVRDude executable. 无法运行AVRDude可执行文件。

Why is this? 为什么是这样? Seems like there is a problem running AVRDude on Yosemite? 似乎在优胜美地上运行AVRDude时出现问题?

You can change the path that the Eclipse IDE uses to execute avrdude. 您可以更改Eclipse IDE用于执行avrdude的路径。 Click on the "Paths" tab right below "AVRDude", click on the avrdude path, edit, then choose custom. 单击“ AVRDude”下方的“路径”选项卡,单击avrdude路径,进行编辑,然后选择“定制”。

Mine was in "/usr/local/CrossPack-AVR/bin" and that worked for me. 我的在“ / usr / local / CrossPack-AVR / bin”中,对我有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM