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.

例子工程不能编译



 errors encountered during linking; "Example_2806xAdcSoc.out" not built    Example_2806xAdcSoc             C/C++ Problem
cannot find file "rts2800_fpu32_fast_supplement.lib"                                        Example_2806xAdcSoc             C/C++ Problem
cannot find file "IQmath_fpu32.lib"                                                                           Example_2806xAdcSoc             C/C++ Problem

打开ti的例子 编译出现上面的结果怎么处理?

  • ZAIWU,

    不知你是不是选择copy project to workspace,破坏了工程的路径属性。

    你可以右键工程属性,然后在左侧菜单中的link resource 将这两个库的搜索路径设置正确。也可以在CCS BUILD > C2000 linker > file search path中设置。

    Eric