From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baurjan Ismagulov To: Kevin Buettner Cc: gdb@sourceware.cygnus.com Subject: Re: cross-debugger build problem Date: Tue, 03 Apr 2001 13:39:00 -0000 Message-id: <20010403233809.A1108@kerberos.local.ankara.gantek.com> References: <20010401004506.A4137@alatau.ankara.gantek.com> <1010402162237.ZM22608@ocotillo.lan> X-SW-Source: 2001-04/msg00026.html Kevin, it works! Thank you very much! And before trying that: would the method of remote debugging (described in section 13.4 of the manual) work with linux kernel on the remote end? With kind regards, Baurjan. > Try the current development sources. I've made an effort in recent > months to make the shared library support buildable in a cross debugger > setting. (If you still have problems with it, please let me know.) > > See http://sources.redhat.com/gdb/#download for information on how > to get the current development sources. > > [kev@mesquite sourceware-bld-x-sparc-sun-linux]$ gdb/gdb > GNU gdb 5.0 > Copyright 2001 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "--host=i686-pc-linux-gnu --target=sparc-sun-linux". > (gdb) > > Kevin