请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:PGA900 工具/软件:TI C/C++编译器
尊敬的:
我也遇到了 CCS 6.1的问题。 CCS 找不到文件"rtsv6M0_T_le_eabi.lib"。 我安装了 CGT 5.2.6、5.2.7、5.2.8和5.2.9的所有版本。 没有一个编译器包含命名文件。
有人对此问题有解决方法吗?
谢谢
Mario
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
[引用 user="Mario Schirmer]CCS 找不到文件"rtsv6M0_T_le_eabi.lib"。运行时库的配置不随 CGT 5.2.x 一起安装、但在 CCS 项目中的运行时支持库设置为时、应在需要时自动编译该库 。
例如、我刚刚使用 CCS 9.0.1中的全新安装 CGT 5.2.6为 PGA900创建了一个示例、 链接器自动构建了 rtsv6M0_T_le_eabi.lib 库:
调用:arm Linker "/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl -mv6M0 -code_state=16 --abi=eabi -me -O4 --fp_mode=relaxed --opt_for_speed=5 -g --diag_warning=225 --display_error_number -z -m"PGA900_model_ipt_rom-rom-rom-content_init_linep-rom-rom-rom-display_linep-linep-rom-rom-content_info-display_infot_infot_infot_init/pg.ipot_infot_init_policy"-content/pga"./home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/include /home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/lib 警告#10366-D:自动库构建:首次使用库"/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/lib/rtsv6M0_T_le_eabi.lib、因此必须进行构建。 这可能需要几分钟的时间。 完成构建目标:"PGA900_hello.out"
在 CCS 工程属性下、运行时支持库设置为什么?
如果不是这样 如果库不存在、则不会构建该库。