码迷,mamicode.com
首页 > 其他好文 > 详细

AVR Option -H must not be defined more than once: -H1895 【已解决】

时间:2015-02-09 17:35:54      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:

在使用IAR for AVR 5.40 做mega128的开发时,编译出现如下提示

技术分享

 

原因分析:

-H 在AVR编译器中设置过一次,在option文件中也设置过,造成冲突。

如下options文件中内容

/* Fill unused interrupt vector‘s with RETI */
-H1895
-h(CODE)0-_..X_INTVEC_SIZE

 

解决办法

在general Options中去掉 "Initialize unused interruupt vectors with RETI instruction",如下

技术分享

 

AVR Option -H must not be defined more than once: -H1895 【已解决】

标签:

原文地址:http://www.cnblogs.com/aqing1987/p/4281672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!