Am 27.08.2002 00:13:33, schrieb "J.C. Wren" <[email protected]>: > > GDB is reported to work, although I'm not much of a GDB user. I debug > the old fashioned way, with I/O lines and print statements. We're starting > to see JTAG programming support working, which is nice.
GDB supports a simple (no HW emu) simu until now. at the moment, i'm working at the Serial-JTAG adapter, which should become a "gateway" between GDB and the JTAG. J.C. thanks for the positive feedback :-) > From: [email protected] [mailto:mspgcc-users- > To save time, I want to use "uIP - A Free Small TCP/IP Implementation for > 8- and 16-bit Microcontrollers" which is written in C. > > http://dunkels.com/adam/uip/ > > Does anybody have an opinion if this C compiler is mature enough to use > for an Ethernet application? yes, look also in the "msp430-libc/tcpip" directory. it's the code that's available as application note from TI, ported to GCC. you can access the files through "Browse CVS" on our project page or just check it out using CVS. chris
