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