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/TMS570LS1224: Can't Load Program on TMS57012 Launchpad Board with CCS 7

Part Number: TMS570LS1224

Tool/software: Code Composer Studio

I've got the TMS570LS1224 Launchpad board. I've compiled a C program using CCS 7.2 using the GCC compiler (v6.3.1 Linaro). The program compiles and links fine. When I try to load it into the device, I get a message saying it can't load the file because the file doesn't match the target endianness. 

In the project properties, on the "CSS General" page I have the target processor set to TMS570LS1224 and "Device endianness" set to BE32. 

Is there some other place I'm supposed to set the endianness?