|
安装好了DS-5正式版license后,使用armcc和DS-5默认的例程编译都没有问题,但是在自己的工程中编出错:
[mw_shl_code=bash,true]
Error: C9932E: Cannot obtain license for Compiler (feature ds5eval_compiler5) with license version >= 5.0201307
No such feature exists.
Feature: ds5eval_compiler5
License path: /usr/local/DS-5/license.lic:/home/gary/license.dat:
FLEXnet Licensing error:-5,357
For further information, refer to the FLEXnet Licensing documentation,
available at "www.flexerasoftware.com".
scons: *** [/home/gary/work/qrd8926-non-hlos-859/boot_images/core/boot/ddr/build/sbl1/krait/FAAAANAZ/core/boot/ddr/hw/msm8x26/ddr_config.o] Error 1
scons: building terminated because of errors.[/mw_shl_code]
出现这个问题是因为我们之前使用了DS-5的试用版,使用的时候提示“Error: C9932E: Cannot obtain license for Compiler (feature bsp_compiler5)”错误,然后在编译选项里面加了“--tool_variant=ds5eval”,具体可看http://www.myir-tech.com/faq_list.asp?id=520。
所以,问题的解决办法也很简单,把编译脚本里面的“--tool_variant=ds5eval”全部删除,就可以了。
|
|