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.
各位好,我在使用ti-processor-sdk-rtos-c667x-evm-03.01.00.06,按照文档说明安装正确,与ccs同在c盘ti目录下。我按照如下指令编译工程,没有问题。 For Windows: Under C:\ti\processor_sdk_rtos_c667x_3_01_xx_xx directory, run the following commands: setupenv.bat gmake demo_clean gmake demo the OUT files for DSPs will be built at C:\ti\processor_sdk_rtos_c667x_3_01_xx_xx\demos\image_processing\ipc\evmc6678l\master\build, C:\ti\processor_sdk_rtos_c667x_3_01_xx_xx\demos\image_processing\ipc\evmc6678l\slave\build respectively 编译完成后,我使用ccs新建工程,使用import导入工程,没有勾选copy选项,当我编译此工程是出现很多错误,求大神指点。具体错误见附件。
您的错误分成2种类型:
1 符号重定义,可以在工程目录下搜索这些符号,看是否有重复调用的地方
2 memory 越界,主要是section定义大小越界,可以检查下CMD文件或者BIOS中的CFG配置,