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/66AK2H14:CCS/66AK2H14

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/648583/ccs-66ak2h14-ccs-66ak2h14

器件型号:66AK2H14
Thread 中讨论的其他器件:SYSBIOS

工具/软件:Code Composer Studio

您好!

IAM、使用 CCSV6和66K2H14处理器。

当我尝试构建 hello 程序时、IAM 出现以下错误


****为项目示例构建配置调试****

"C:\\ti\\ccsv6\\utils\\bin\\gmake"-k all
'生成文件:./hello.c'
'调用:ARM 编译器'
"c:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl -mv4 -code_state=32 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include --include_path="C:/ti/bios_6_46_05_55/packages/ti/sysbios --include_path="C:/ti/xdctools_3_32_01_22_core/packages/xdc -g --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_hellog"/hello.d" 。

>>编译失败
subdir_rules.mk:7:目标'hello.obj'的配方失败
"./hello.c"、第1行:致命错误#1965:无法打开源文件"XDC/std.h"
1在编译"../hello.c"时检测到灾难性错误。
编译已终止。
gmake:***[hello.obj]错误1.
gmake:目标"全部"不会由于错误而重新生成。

****构建完成****

我已在 Include options (包含选项)中包含 XDC 和 SYS-BIOS。 我已附上 CCS 的屏幕截图。

请帮助我解决错误

提前感谢您的任何帮助或建议

此致,

Mahima Shanbag

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

    为什么 myconfig.cfg 重命名为 myconfig.cfg。txt? 这是否与您发布的其他主题有关? 如果 cfg 文件不是项目的一部分、您将无法使用 SYS/BIOS 的函数。

    此致、
    John
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    感谢 John 的建议、
    我的问题得到了解决、实际上 XDCtools include path 是错误的