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.

MSP470mf066

TI工程师你好:

   我在用MSP470是在编译过程中遇到“#10008-D cannot find file "rtsv7M3_T_be_eabi.lib" 这一问题,而且我也换了多种编译器也解决不了,望你能与解答,非常感谢!

  • 首先,纠正一下,不是所有TI的MCu都是MSP开头的。你用的这歀芯片的型号是TMS470M系列的。

    不知道楼主用的CCS是哪个版本的。

    今天看了下,CCS6.1默认带的编译器的确没有 "rtsv7M3_T_be_eabi.lib" 这个运行支持库了,可能是TMS470M比较老了,现在不推荐新设计使用了。

    所以,你需要去下载老版本的编译器。

    打开CCS,点击Help->Install New Software...,在弹出的窗口中,Work With选Code Generation Tools Update,并把下面的show only the latest version of available software 勾掉。然后选择ARM Compiler Tools V4.99或更早的版本。如下图所示。

    然后点击Next,按提示安装完成。

    安装完成后,在工程属性中,把编译器改为刚才下载安装的版本,如V4.99.然后再重新编译。