Last time I looked I could not find anything satisfactory. On the other hand, the source to GDB is available under GPL; you can look at the code that handles ELF modules in MSPGCC's version of GDB, and port it to the TI's Code Composer's GDB. I believe that would be a very welcome development by the community.
Cheers, Rob On 3/23/06, Chang Li <[EMAIL PROTECTED]> wrote: > Is there a program that can convert ELF to COFF format? > > ================================================ > > TinyOS uses GCC as its backend; the resulting binaries are in the ELF > format. THere are several revisions of GDB that understand ELF (see > http://www.eecs.harvard.edu/~mdw/proj/tmote-gdb/ for details); there > are also notable exceptions, such as the GDB that is distributed with > TI's Code Composer (it only knows about COFF binaries). > > Also make sure that you feed to GDB the main.exe rather than main.ihex > or derivatives. > > Cheers, > > Rob > > Robert Szewczyk > Moteiv Corporation > > On 3/22/06, Chang Li <[EMAIL PROTECTED]> wrote: > > > > > > > > Is TinyOS 1.x MSP430 binary compatible with TI's MSP430 binary? TI's gdb > > loader doesn't recognize tinyos' format. > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > > _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
