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.

AM620-Q1: Can I create a Linux executable from CCS

Part Number: AM620-Q1


Tool/software:

TI,

I tried adding -

"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armofd" "C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin" 

to the post build section but got the following error:

I also tried using GNU Objcopy Utility but got the following error when I tried running the bin file on the am620-Q1 target:

I'd like to be able to run a few CCS examples on our custom board.