Hi:
I have a problem about CCSv5.5 in Ubuntu10.04.
I installed the CCSv5.5 successfully.When builting the demo in the AM335x_StarterWare_02_00_00_06,it can create the .out file.But it can not create the .bin and ti.bin files. My configuration is:Property-Build-Steps-Post build steps Command :
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/${ProjName}.out" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/${ProjName}.bin" "${CG_TOOL_ROOT}/bin/ofd470" "${CG_TOOL_ROOT}/bin/hex470" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin" & "../../../../../../../tools/ti_image/tiimage" "0x80000000" "NONE" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/${ProjName}.bin" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/${ProjName}_ti.bin"
When I build it,the console show "Error opening input image file! /home/ubuntu1004/ti/ccsv5/utils/tiobj2bin/tiobj2bin:52: Syntax error: "(" unexpected
I don't know why.Can any one help me and How to create the .bin and ti.bin file?
thanks !