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,使用CCS5.5、TMS320C6455、bios_5_42_01_09
XDCtools versions 3.25 and higher no longer provide support for the TCF configuration files used
with DSP/BIOS. DSP/BIOS 5.42 has been updated to provide its own TCF configuration support,
without the need for XDCtools
我该怎么解决这个问题?是不是我不需要理会这个问题。
在添加DSP/BIOS配置文件的时候,对出现的弹框点击ok 或yes,创建tcf 文件完毕。然后对工程进行编译,出现如下错误提示:
"../C6455.cmd", line 20: error #10264: L1DRAM memory range overlaps existing
memory range CACHE_L1D
"../C6455.cmd", line 25: error #10264: DDR2_CE0 memory range overlaps existing
memory range DDR2
error #10010: errors encountered during linking; "test_bios.out" not built
gmake: *** [test_bios.out] Error 1
gmake: Target `all' not remade because of errors.
然后我发现工程里面又出现了一个C6455的CMD文件,在Debug文件夹里面还有一个和工程名称一样的cmd文件。删除掉C6455的CMD文件。编译就通过了。
有没有人知道这个过程是怎么回事,能不能为我解答下,为什么是这样的?