配置WinAVR主要分2步:
1.选择Options->Custom Commands
a. 点击ADD按纽,在Command: 内写入编译器名,如WinAVR Compile
b. 在Run: 内写入命令make clean;make all;
c. 千万不要在Dir加目录,我试过了,make clern;make all;都不能通过.
d. 在Output复选lconic Window和Capture Putput.
e. 在Control单选Save Files First.
f. 在Source Links in Output选Parse Links in Output,Pattern自动显示^\([a-zA-Z].*\)(\([0-9][0-9]*\)).*
再选中Pattern:的File,then Line.
点击Close完成第1步设置.
2.选择Options->Menu Assignments
a. 在Command:下拉列表栏中选中步骤1建立的WinAVR Compile.
b. 在Menu:下拉列表栏选中Work
c. 点击Inset使Menu Contents下拉列表栏中显示WinAVR Compile
点击Ok完成第2步设置.此时主菜单会多出Work项!!!
以后就可以建立Project文件开始玩WinAVR了...
*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。