Thanks Steve! Seems like GDB 6.0 works better (I'm getting 3Kbits/s) but only the first time after I load it. If I keep loading files in the same instance of gdb loading goes back to 500b/s. Any ideas? Thanks, m.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steve Underwood Sent: Wednesday, March 03, 2004 7:06 PM To: [email protected] Subject: Re: [Mspgcc-users] GDB-Proxy download speed Milos Prokic wrote: >Hello everyone, >When I use gdb to download my code to the processor the download speed is >really low (481bits/s). Is there a way to make it faster? >Also from within insight I'm not able to download the code from >Run->download. Is that some known bug? >Thanks a lot, >Milos > > GDB 5.1.1 keeps going into a mode were is does many very small writes, which is slow. GDB6.0 doesn't seem to do this, and is much faster. Insight normally downloads when you use run->download. That is how I notmally do it. Other than the speed issue, it has never given me any problems. Regards, Steve ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
