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
