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/LAUNCHXL2-RM46:E:\RM46Workspace\arm_class_marks_examples\Debug\arm_class_marks_example.out 与目标字节序不匹配、未加载。 检查项目构建选项和目标配置文件(CCXML)。

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/586478/ccs-launchxl2-rm46-e-rm46workspace-arm_class_marks_example-debug-arm_class_marks_example-out-does-not-match-the-target-endianness-not-loaded-check-project-build-options-and-target-configuration-file-ccxml

器件型号:LAUNCHXL2-RM46

工具/软件:Code Composer Studio

您好!

我正在尝试将程序加载到 LAUNCHXL2-RM46中。 但调试部分显示以下错误

" CortexR4:GEL:文件:E:\RM46Workspace\arm_class_marks_examples\Debug\arm_class_marks_example.out 与目标字节序不匹配、未加载。 检查项目构建选项和目标配置文件(CCXML)。"

我已经从 网站 "ti.com.cn/tool/cn/hercules-dspib"中导入了 Hercules 安全 MCU Cortex-R4 CMSIS DSP 库<a href="">">www.ti.com/.../hercules-dsplib""> (v1.0.0)的示例文件 

我正在使用 CCS v7。

可能是什么问题。

请帮我解决这个问题。

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

    CMSIS 库中包含的所有示例都是针对 TMS570器件设置的、因此所有示例都是基于。 RMxx 器件都是 LE 器件。 您可以尝试更新项目以更改目标配置、运行时支持库、编译器以匹配 RM46。 这可能就是需要完成的所有操作、但请注意、可能需要在示例中更改代码以同时考虑字节序。