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_example\Debug\arm_class_marks_example.out Does not match the target endianness, not loaded. Check project build options and target configuration file (ccxml).

Part Number: LAUNCHXL2-RM46

Tool/software: Code Composer Studio

Hi,

I am trying to load the program into LAUNCHXL2-RM46. but the debug section shows following error

" CortexR4: GEL: File: 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)."

I have imported the example files from the Hercules Safety MCU Cortex-R4 CMSIS DSP Library (v1.0.0) from website "http://www.ti.com/tool/hercules-dsplib" 

I am using CCS v7.

what could be the issue.

Please help me solve this.

  • Hello,

    All of the examples included in the CMSIS library are setup for the TMS570 devices so all are BE based. The RMxx devices are all LE devices. You can try to update the project to change the target configuration, runtime support library, compiler to match the RM46. This may be all that needs to be done, but be aware that there may be a need for code changes within the example to account for the endianess as well.