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
好的 mroning 先生、先生、我正在使用带 CCCv5.5的 TMS320C6713执行音频环路实时程序、当我构建项目时、我遇到以下错误
"C:\\ti\\ccsv5\\utils\\bin\\gmake"-k all
'生成文件:./main.c'
'调用:C6000编译器'
"c:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x "-mv6700 -abi=coffabi -g -include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include "-include_path="C:/ti/support_c6713_dsk/include_chip "-include_path="C:/ti/support_c6713_dsk/include_board "-define=C6713 -display_error_number -diag_warning=225 -diag_wrap=off -preproc_prebuilding="main_proc.pprinuation"-preproc_mait_main.c"。
"C:/ti/support_c6713_dsk/include_chip/csl_chiphal.h "、第263行:致命错误#35:#ERROR 未定义芯片(使用-dCHIP_XXXX、其中 XXXX 为芯片编号、即6201)
1在编译"./main.c"时检测到致命错误。
>>编译失败
编译已终止。
gmake:***[main.obj]错误1.
gmake:目标`全部'不会由于错误而重制。
您好、Turpati、
根据 Windows 规则检查您的路径是否正确。
如果路径正常、则必须为项目定义宏名称 CHIP_6713。 转到"Project"、"Build Options"、选择"Preprocessor"、然后在"Pre-defined symbol"字段中键入 chip_6713。 另请看一下链接的 E2E 主题:
此致、
Tsvetolin Shulev