概述
使用IAR Embedded Workbench编译zigbee程序时出现以下错误解决办法:
Error[e12]: Unable to open file 'C:Program FilesIAR SystemsEmbedded Workbench 5.38051configlnk51ew_cc2530F256.xcl'
出现该错误应该是找不到config文件。
解决方法如下:
如果你是win7系统并且是64位的,那么就要修改link的路径,使用32位系统的时候安装程序是默认在Program Files下,如果是64位系统,那么默认的位置应该是Program Files (x86) 所以需要修改config的路径。一般情况下该文件可以在如下路径下找到
C:Program Files (x86)IAR SystemsEmbedded Workbench 6.0 Evaluation8051configdevicesTexas Instrumentslnk51ew_cc2530F256.xcl
根据软件装载路径不同,可能会有稍许差别。
具体步骤如下:
1) 右键点击工程选择option...
2) 找到linker->config
3) 修改Linker command file
C:Program Files (x86)IAR SystemsEmbedded Workbench 6.0 Evaluation8051configdevicesTexas Instrumentslnk51ew_cc2530F256.xcl
重新Make就可解决该错误。
转载于:https://www.cnblogs.com/killer-xc/p/4764802.html
最后
以上就是微笑绿茶为你收集整理的Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'的全部内容,希望文章能够帮你解决Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复