如图所示,在用DSPBIOS的工程进行编译时,提示configurationcfg.s62这个文件里有invalid constant specification 的错误,请问,应该如何解决?错误是由什么引起的?
Nancy Wang:
dsp/bios版本是什么?具体是编译的哪个例程?可否贴出路径。
user3908213:
回复 Nancy Wang:
如图,是我们自己做的一个工程,之前实在CCS V5.3上运行的,现在我接手,想在CCS V8上运行。
Nancy Wang:
回复 user3908213:
参考这个帖子看一下。
These errors usually happen when there is a mismatch between the compile options you are passing on the command line and the platform (which means the device) you are using in the configuration。
https://e2e.ti.com/support/processors/f/791/p/708193/2610265
另外针对dsp/bios 5.42.0.07的release note也看一下。
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/5_42_00_07/exports/docs/Bios_5_42_00_07_release_notes.html
user3908213:
回复 Nancy Wang:
Hi,Nancy Wang,感谢你的回答。我直接阅读了这两个链接,These errors usually happen when there is a mismatch between the compile options you are passing on the command line and the platform (which means the device) you are using in the configuration。似乎并未给出一个具体的解决方法?
user3908213:
回复 user3908213:
如图是我采用的XDC Tools的版本,除了在这个地方设置以外,是否还需要在complier/linker中进行路径的设置?需要的话,怎么设置?
user3908213:
回复 user3908213:
我又新建了一个BIOS的工程,又是同样的报错。。。。无头绪啊。。。
Nancy Wang:
回复 user3908213:
是新建的空工程吗?
点击products选项贴出来看一下。
user3908213:
回复 Nancy Wang:
如图,是的,新建的空工程
user3908213:
回复 user3908213:
似乎找到了解决问题的思路,添加系统环境变量指向BIOS的安装目录,同时,第二条,我没大看懂,是指添加用户变量吗?
有配置过的请帮忙回答一下,谢谢!