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.

DSP C5515编译错误:error #10234-D: unresolved symbols remain,请问怎么解决啊???

Other Parts Discussed in Thread: SYSBIOS

TI官网上的工程,下载下来却不能运行,总是报错:

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "rtc.out" not built

我用的是CCS V6.2版本的。官网上下载下来的例子就更运行不了了,感觉CCS好难用啊,各个版本又不兼容,建立个工程都运行不了。

Description Resource Path Location Type
This project was created using a version of DSP/BIOS tools that is not currently installed: 5.42.2.10. Please install the DSP/BIOS tools of this version, or migrate the project to one of the supported versions. CSL_GPIO_InputPinExample CSL_GPIO_InputPinExample Problems

  • 对于工程中报“error #10234-D: unresolved symbols remain”错误,

    找到报错的原因了,是_IRQ_plug这个函数所在的文件没有加载进来。建议不要看Console报错的位置,要看报错位置上面的部分,就是那个symbol  infile那段,见下图红色框内:

    其他报类似错误的估计也都类似情况,其实CCS在源文件中已经将错误位置标记出来了,通过Console却不能直接跳到错误位置,让人很不适应。

  • 如果例程都没法运行,一般就是支持包没有安装上,这些一般是软件安装完后需要手动添加的,在线安装。应该是在那个CCS APP Center里面找到安装。好像是这样

  • 你好。我也遇到了同样的问题。console里提示我ti_sysbios_BIOS_start_E ./main.obj这个应该是缺失了。我搜索了一下找到了bios.h和bios.xdc.h里都有对ti_sysbios_BIOS_start_E的定义,然后我就把这两个文件复制到工程文件夹下。但是问题并没有解决,请问您直到什么原因吗?