Tool/software:
I'm executing the following post-build step to get the .bin output format:
"C:\\ti\\ccs2011\\ccs\\utils\\tiobj2bin\\tiobj2bin.bat" "app.out" "app.bin" "C:\\ti\\ccs2011\\ccs\\tools\\compiler\\ti-cgt-c2000_22.6.1.LTS\\bin\\ofd2000.exe" "C:\\ti\\ccs2011\\ccs\\tools\\compiler\\ti-cgt-c2000_22.6.1.LTS\\bin\\hex2000.exe" "C:\\ti\\ccs2011\\ccs\\utils\\tiobj2bin\\mkhex4bin.exe"
But I'm getting the error:
[27]C28x files built with --abi=eabi are not supported.
What can be done if switching to coffabi is not an option?