运行PA_emacExampleProject这个程序时,运行时会弹出红色警告/错误:Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/./exit.c"
Locate the file or edit the source lookup path to include its location.
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.
运行PA_emacExampleProject这个程序时,运行时会弹出红色警告/错误:Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/./exit.c"
Locate the file or edit the source lookup path to include its location.
Andy Yin 您好
我把macro.ini中的
PDK_INSTALL_PATH = ..\..\..\..
CSL_INSTALL_PATH = ..\..\..\..
CPPI_INSTALL_PATH = ..\..\..\..
QMSS_INSTALL_PATH = ..\..\..\..
PASS_INSTALL_PATH = ..\..\..\..
SA_INSTALL_PATH = ..\..\..\..
MAS_INSTALL_PATH = ..\..\..\..
SRIO_INSTALL_PATH = ..\..\..\..
改为:
PDK_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
CSL_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
CPPI_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
QMSS_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
PASS_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
SA_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
MAS_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
SRIO_INSTALL_PATH = <PDK_INSTALL_DIR>\packages
导入ccs后程序运行正常没有错误,但不知什么原因重启后例程中的源文件头文件都没法打开,再重新加工程会有一下错误无法打开:Error processing changed links in project description file.这是怎么回事该怎么解决?
您好
有个小办法,你可以检查bulild option 中 include的头文件的绝对地址是否和你预期的一致,如果不一致,在重新检查你的ini配置
HI
你可以在CCS中通过如下途径导入.ini
File --- 》import ---》 CCS ---》 Managed build macro--》选择相应的macro.ini
谢谢
HI
你可以在CCS中通过如下途径导入.ini
File --- 》import ---》 CCS ---》 Managed build macro--》选择相应的macro.ini
谢谢