Date: Thu, 7 Dec 2000 18:04:13 -0500 (EST) From: Zhiui Zhang <zzhang@cs.binghamton.edu> To: Brian Dean <bsd@bsdhome.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: ptrace(PT_GETDBREGS) message in remote debugging Message-ID: <Pine.SOL.4.21.0012071803260.22573-100000@onyx> In-Reply-To: <20001207154602.A8268@vger.bsdhome.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Your patch works for me on FreeBSD 4.2-Release. Thanks. -Zhihui On Thu, 7 Dec 2000, Brian Dean wrote: > On Thu, Dec 07, 2000 at 03:30:51PM -0500, Zhiui Zhang wrote: > > Thanks. I tried this on FreeBSD 4.2-Release (because I do not have a > > stable or current), but I failed: > > > > # make > > > > Warning: Object directory not changed from original > > /usr/src/gnu/usr.bin/binutils/gdb > > > > > > cc: ../libbfd/libbfd.a: No such file or directory > > cc: ../libopcodes/libopcodes.a: No such file or directory > > cc: ../libiberty/libiberty.a: No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/binutils/gdb. > > > > What should I do? > > Hmmm, looks like you haven't built world on this machine. No worries, > just do this: > > % cd /usr/src/gnu/usr.bin/binutils > % (cd libbfd && make) > % (cd libopcodes && make) > % (cd libiberty && make) > % (cd gdb && make && make install) > > This should build the missing libs and then gdb should link correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0012071803260.22573-100000>