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.

.bin file from POST project for EVM6678 is to big

Hello,

I import post_evmc6678l project from mcsdk_2_01_02_06\tools\post\evmc6678l

Because the default properties did not generate .bin file, I added "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd6x.exe" "${CG_TOOL_ROOT}/bin/hex6x.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe" to Post-build steps.

I checked that bin file was generated from out file

However, the bin file is too big to download. The file size is 82KB.

I did not change anything in source, just added post-build steps.

Why is the size of bin file bigger than 64KB and how can I reduce it?

CCS version I am using is 6.0.1.00040,

And I am using mcsdk_2_01_02_06