Hi
I am using CCS V5.2.
I am building my project and trying to automatically translate my .out file to an .hex file for use with my programming software
I amusing the post build step "
${CG_TOOL_ROOT}/bin/hex${CG_TOOL_SUFFIX}.exe" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
In the console,it says:
C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
'Create flash image: Intel-HEX'
C:/ti/ccsv5/tools/compiler/c6000_7.3.8/bin/hex6x" -i "EMIF_PS19.out" -o "EMIF_PS19.hex" -order MS -romwidth 16
error: bad argument to option -order: should be one of {L,M}
Anybody know what causes this error?