第1个回答 2019-05-04
Error[Cp001]:
Copy
protection
check,
No
valid
license
found
for
this
prod
t
[20]
原因:安装的时候没有把注册机的0x.....字串的小写字母改为大写字母。
Warning[Pe001]:
last
line
of
file
ends
without
a
newline
F:\emoTion\IAR\PK
升级\CC1110-8\main.c
原因:在使用IAR时常常会弹出类似这样一个警告,其实只要在最后一行多加一个回车就不会再有这个警告了.
Error[e72]:
Segment
BANK_RELAYS
must
be
defined
in
a
segment
definition
option
(-Z,
-b
or
-P)
原因:这是用730B编译的错误,可能是由于相对于目标工程版本过高的,后改用720H,没有发生错误。
Error[Pe005]:
could
not
open
source
file
"stdio.h"
原因:头文件路径不对造成,改正的方法是在设置选项卡的C/C++
Compiler
->
Preprocessor选项里,将$TOOLKIT_DIR$\INC\CLIB\添到Incl?
paths中。