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.

TI RTOS examples for GCC compiler generates 512MB bin file



Hello RTOS Team

The GCC compiler example for TM4C129x devices generates a out file of size 905KB. However when the GNU Objcopy utility is used to read the out file and generate a bin file with the options -O binary --strip-all then the bin file generated is 512MB.

The same example for ARM Compiler works correctly when we add the out to bin conversion

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

Regards

Amit