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.
Hey everyone.
I'm trying to create a .bin file with this word
"${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"
but it's not created. Is there anytihng wrong wtih this sentence?
Thank you..
Is there an error message you are receiving when this post build step is executed? If so, please share it.
Hi BrandonAzbell.
No, there is no error message says that occurs a problem or warning.
My regards..
The build sentence looks appropriate with the potential exception of the actual utility names being used. If you have ARM code generation tools version 5.x or greater, I believe you need to change ofd470.exe to armofd.exe and hex470.exe and armhex.exe.
Hi BrandonAzbell.
That does the trick! Thank you.
Could you please explain the difference btw. the 470 and arm?
My best regards..
Prior to the ARM code generation tools version 5, the tools were named xxx470. However, from version 5 and greater, the tools are named armxxx.