Debugging the GNU Linker on MIPS...

Ian Lance Taylor ian@cygnus.com
Sat Feb 6 08:10:00 GMT 1999


   Date: Sat, 06 Feb 1999 15:22:25 +0530
   From: "Koundinya.K" <kk@ddeorg.soft.net>

	   I would like to know how one can debug the linker at source level. I have 
   not done this type of debugging before. How are there tools usually 
   debugged. I am not able to figure out how it is possible to debug a linker. 
   Is there any special way for debugging there ??

The tool you need is called gdb.  There's nothing special about the
linker; debugging it is just like debugging any other complex program.
If you've really never used a source level debugger, then you have a
pretty steep learning curve ahead of you.

Ian



More information about the Bfd mailing list