标签:
使用IAR Embedded Workbench编译zigbee程序时出现以下错误解决办法:
Error[e12]: Unable to open file ‘C:\Program Files\IAR Systems\Embedded Workbench 5.3\8051\config\lnk51ew_cc2530F256.xcl‘
出现该错误应该是找不到config文件。
解决方法如下:
如果你是win7系统并且是64位的,那么就要修改link的路径,使用32位系统的时候安装程序是默认在\Program Files下,如果是64位系统,那么默认的位置应该是\Program Files (x86) 所以需要修改config的路径。一般情况下该文件可以在如下路径下找到
C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\config\devices\Texas Instruments\lnk51ew_cc2530F256.xcl
根据软件装载路径不同,可能会有稍许差别。
具体步骤如下:
1) 右键点击工程选择option...
2) 找到linker->config
3) 修改Linker command file
C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0 Evaluation\8051\config\devices\Texas Instruments\lnk51ew_cc2530F256.xcl
重新Make就可解决该错误。
Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'
标签:
原文地址:http://www.cnblogs.com/killer-xc/p/4764802.html