I have a customer who would like to combine two .out files into one. I found a utility (perl script) that handles this for .hex files, but is there one that works directly with the .out files?
The perl script is here (INT DSP Champs): http://e2e.ti.com/support/dsp/int_etc_dsps/int-dsp_champs/f/108/t/10944.aspx
Here are a few more details. He only has the source code for one of the binary files. Both files have the _cinit, _STACK_SIZE, .text, etc defined. He wants to put, for example: a.out into Sector A, and b.out into Sectors C and D, by creating and programming with a single file "c.out". If there isn't a utility, is it possible this could be done with the linker?
Thanks, Darren