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.

[参考译文] CCS:CCS 6.2工作代码的编译器错误

Guru**** 1993015 points
Other Parts Discussed in Thread: MATHLIB
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/805860/ccs-compiler-error-for-working-code-of-ccs-6-2

主题中讨论的其他器件:MATHLIB

工具/软件:Code Composer Studio

您好!

编译错误后的问题是什么?

谢谢。

Steve

编译文件:"../src/imet.c
调用:C6000编译器
"c:/ti/ccs901/ccs/tools/compiler/ti-cgt-c6000_8.3.2/bin/cl6x -mv6600 --include_path="C:/ti/xdctools_3_32_00_06_core/packages --include_path="C:/ti/xdctools_3_23_04_60/packages /ti/ccs901/ccs/tools/compiler/ti-cgt-c6000_8.3.2/include --include_path="C:/ti/mathlib_c66x_3_1_1_0/packages /src/imet.c --include_path="C:/ti/mathlib_c66x_3_1_1_0/packages/ti/mathlib --include_path="C:--include_path="p4"--include_display_exjp4/dsp/alg="-include_display_exjpg"--include_display_exit_exit_trendory"--ex-sup源 代码-sup源 代码:-board/pg_board_exjpg"--exjpg"--exjpg_exjpg"--exit_exjpg"--exit_exjpg_exjpg"--exit_exjpg"--exjpg"--exjpg_exit_exit_exit_exjpg"--exjpg"--exjpg"--exit_display_display_warnation="-content/ep-content/ep_content/cn/srand_de&trendorit_content="-content="-content="-content/cn/srus

>>编译失败
src/subdir_rules.mk:9:目标'strc/imet.obj'的配方失败
"C:\Users\AESAppData\Local\Temp\{1A61D55A-3991-400A-A358-0171864E0C}"、错误! 在 EOF:[E1500]文件访问错误:无法打开"..\src"进行写入
"C:\Users\AESAppData\Local\Temp\{1A61D55A-3991-400A-A358-0171864E0C}"、错误! :[E1000]未能写入目标文件:..\src
gmake:***[src/imet.obj]错误1.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    问题是这个 cl6x 选项...

    [引用 user="SGQ"]--output_file="../src"

    这可能是因为 CCSv9如何从 CCSv6.2导入项目时出现了一些问题。  但现在、您需要手动修复它。  与在 CCSv6.2项目中完成的操作方式相匹配、或者只需删除该选项并采用默认设置、即 src\imet.obj。   

    谢谢、此致、

    乔治