From mboxrd@z Thu Jan 1 00:00:00 1970 From: Microbit_Ubuntu Date: Wed, 02 Jun 2010 06:21:57 +1000 Subject: [Buildroot] Buildroot 2010.05-rc3 released In-Reply-To: <201005282220.50730.yann.morin.1998@anciens.enib.fr> References: <877hmpv7km.fsf@macbook.be.48ers.dk> <201005272315.11295.yann.morin.1998@anciens.enib.fr> <1274997359.436.32.camel@ubuntu> <201005282220.50730.yann.morin.1998@anciens.enib.fr> Message-ID: <1275423717.2578.5.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Yann/all, On Fri, 2010-05-28 at 22:20 +0200, Yann E. MORIN wrote: > Kris, All, > > On Thursday 27 May 2010 23:55:59 Microbit_Ubuntu wrote: > > On Thu, 2010-05-27 at 23:15 +0200, Yann E. MORIN wrote: > > > libthread_db.so.1 is dlopen(3)ed by gdbserver, so you have to get it on > > > your target, in the standard libraries search path. > > When gdbserver was bleating about libthread_db.so.1, it was in the staging directory, > > but it wasn't placed on the target rootfs. > > When I manually added it on the target (libthread_db.so.1 I mean), gdbserver worked good as gold then... > > I've just submitted a fix for this: > http://lists.busybox.net/pipermail/buildroot/2010-May/034848.html > > Care to test it and report, please? > > Regards, > Yann E. MORIN. > FYI, strace now does show the proper lib call (naturally :-) : # strace gdbserver execve("/usr/bin/gdbserver", ["gdbserver"], [/* 16 vars */]) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40005000 open("/lib/libthread_db.so.1", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0755, [SNIP].... etc.... Best regards, Kris