Tool/software: TI C/C++ Compiler
I am using the following post build command to generate Binary file , as there are non necessary section that are being generated in the object files .
I want to limit the binary file generation to only 1MB even if the actual contents may exceed 1MB i do not care more than 1MB
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd470.exe" "${CG_TOOL_ROOT}/bin/hex470.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
