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.
工具/软件:Code Composer Studio
您好,
使用CCS v.7.4 ,我从 ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/example_ccsv5中获取了TI的项目"example_Flash2.8035万_API",并使其正常运行。 我想将它作为启动加载器代码的起点,我尝试从头开始重建项目,并将其命名为Flash_API_Ro。 现在我必须在CCS中对编译器,链接器等进行所有设置,我对我的解决方案并不是很满意,因为我总是收到如下警告:
警告#1.6002万-D:“C:\ti/controlSUITE/libs/utilities/flash_api/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_Erase.obj>”2803”中缺少Build属性供应商部分TI:无法确定兼容性
警告#1.6002万-D:“C:\ti/controlSUITE/libs/utilities/flash_API/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_EraseSector.obj>”2803”中缺少Build属性供应商部分TI:无法确定兼容性
警告#1.6002万-D:“C:\ti/controlSUITE/libs/utilities/flash_API/2803x/v100a/lib/Flash2803x_API_V100.lib<Flash28_Init.obj>”2803”中缺少Build属性供应商部分TI:无法确定兼容性
......
在example_Flash2.8035万_API中,这些警告不会出现,在搜索了这些警告的原因很多小时后 ,我仍然不知道我忘记了做什么。 我的项目 已作为zip文件附加,我提前感谢您提供任何有用的建议。
此致,
L. Rohrecker