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.
您好:
我尝试测试 C2000Ware 的 CLB 示例 ,复杂文件后出现错误:
gmak[2]:[编译后处理]错误1 (忽略)
Process_begin:CreateProcess (NULL、./simulation/simulation_output.exe、...) 失败。
make (e=2):系统找不到文件。
如何找到此文件?
我再次检查编译信息,然后发现第一个错误信息是:
C:/ti/c2000/C2000Ware_3_01_00_00/utilities/clb_tool/clb_syscfg/systemc-2.3.3/src/sysc/kernel/sc_ver.h:182:未定义`sc_core 的引用::sc_api_version_2_3_cxx201402L<&sc_core::sc_disable_virtual_bind_undefined_>::sc_api_version_2_3_cxx201402L (sc_core::sc_writer_policy)'
collect2.exe:错误:LD 返回1退出状态
是的、TDM 编译器存在版本问题、您能否按照以下文章中的说明进行操作:
https://e2e.ti.com/support/tools/ccs/f/81/t/889025?tisearch=e2e-sitesearch&keymatch=C2000-CGT
还可以,旧版本 tdm64-gcc-5.1.0-2已解决问题。
Thx;