Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'

使用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'

时间: 2024-08-25 00:49:23

Zigbee 调试问题Error[e12]: Unable to open file 'lnk51ew_cc2530b.xcl'的相关文章

IAR——Unable to open file 'lnk51ew_cc2530b.xcl'

1.Project->Option->Linker->Config 2.勾选Linker configuration file下面的Overridefault,并且选择$TOOLKIT_DIR$\config\devices\Texas Instruments\lnk51ew_cc2530F256.xcl IAR--Unable to open file 'lnk51ew_cc2530b.xcl'

[ERROR] InnoDB: Unable to lock ./ibdata1, error: 11

问题描述:启动MySQL后,出现连接不上,报 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11[[email protected] ~]# service mysql startStarting MySQL [ OK ][[email protected] ~]# mysql -uroot -poracleWarning: Using a password on the command line interface can be insecu

ORACLE 11G 触发器调试记录Error: PLS-00201: identifier'SYS.DBMS_SYSTEM' must be declared

1,触发器内容如下 CREATE OR REPLACE TRIGGER"LOGON_DENIED_TO_ALERT" AFTER servererror ON DATABASE DECLARE message   VARCHAR2(168); ip        VARCHAR2(15); v_os_user VARCHAR2(80); v_module  VARCHAR2(50); v_action  VARCHAR2(50); v_pid     VARCHAR2(10); v_s

WebLogic ERROR: unable to get file lock, will retry …

由于非正常结束Weblogic 进程才导致启动终端输出这样的错误信息     解决办法一.删掉Domain下的*.lok文件1. 删除edit.lok     cd <DOMAIN_HOME> 删除edit.lok文件     rm edit.lok2.删除 config.lok     <DOMAIN_HOME/config 删除config.lok文件     rm config.lok3.删除AdminServer.lok     cd <DOMAIN_HOME>/se

ERROR: JDWP Unable to get JNI 1.2 environment的错误解决方法

在用java编程的时候,在debug模式下偶尔会出现下面的错误,jdk1.6.0-rc1: ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [http://www.cnblogs.com/../src/share/back/util.c:820] 解决方法: 在程序最后,main()函数中添加: Sys

Myeclipse项目报错,但不影响结果ERROR: JDWP Unable to get JNI 1.2 environment, jvm-&gt;GetEnv() return code = -2

§∩﹏∩ ╭ ︿︿ ╮╭─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─╮ ╰──╯ <注明:转载请注明来自 ?:冷希尔 ColdHill   http://blog.csdn.net/mini0520│ ╰○○╯  ╰─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─╯ 错误等级:5(10级制). 错误提示:Myeclipse项目报错,但不影响结果ERROR: JDWP Unable to get JNI 1.2 env

ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64

今天手工建库的过程中遇到了这么个错误 ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 2: No such file or directory Additional information: 9925 ORA-01075: you are currently logged on [[email protected] dbhome_1]$ ps -ef | grep smon oracle   1190

fatal error: malformed or corrupted AST file: &#39;Unable to load module &quot;/Users/apple/Library/Developer

在同时安装使用Xcode5, Xcode6之后, 经常遇到这个问题. fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer/Xcode/DerivedData/ModuleCache/1380X6D9Q9RXZ/Darwin.pcm": module file not found' 解决办法: clean 一下就好了.. fatal err

fatal error: malformed or corrupted AST file: &#39;Unable to load module Darwin.pcm 问题解决

xcode5 编译工程,偶然碰到了下面的问题: fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/gapple/Library/Developer/Xcode/DerivedData/ModuleCache/PNBJ8YUNV3UC/Darwin.pcm": module file not found' note: after modifying system headers, pl