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.

Process failed when use tiobj2bin to generate binary file

Other Parts Discussed in Thread: SYSBIOS

Hi All,

I use tiobj2bin.bat to convert .out to .bin as the steps below, but it failed.

1. I copy the essential 3 exe(ofd6x,hen6x and mk6x) under C:\Texas Instruments\ccsv5\tools\compiler\c6000\bin to cg_xml\utils directory.(Not necessary, just for convenience)

2. Type the command in console as:

C:\Texas Instruments\cg_xml\ofd>tiobj2bin.bat myprj.out myprj.bin ..\utils\ofd6x.exe ..\utils\hex6x.exe ..\utils\mk6x.exe

But in the process, the console report the error:

>> File "c:\docume~1\admini~1\locals~1\temp\ofd_11111_6748_22864.xml" not an archive
error: -image requires ROMS directive

I check the tiobj2bin.bat and find ofd_xx_xx_xx.xml should be an intermediate file which is generated from .out by ofd6x.exe and is used to generate hex file by hex6x.exe. I don't know why the error occurs. And I try to change the path and name of this file, but the result is the same.

The version of my CCS is 5.0.3.00023 and the cg_xml is 2.30.

Allen