From: Grant Edwards <grant.b.edwards@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] libssp missing from target
Date: Tue, 31 Aug 2010 18:29:33 +0000 (UTC) [thread overview]
Message-ID: <i5jhmd$mrr$1@dough.gmane.org> (raw)
In-Reply-To: 20100831200544.47337e47@surf
On 2010-08-31, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> On Tue, 31 Aug 2010 16:20:23 +0000 (UTC)
> Grant Edwards <grant.b.edwards@gmail.com> wrote:
>
>> I just enabled building of gdbserver for the target, and now it's
>> missing a libarary on the target as well (libthread_db).
>>
>> How do I tell buildroot to copy to output/target the libraires
>> required by the binaries in output/target/usr/bin?
>
> Assuming you're using an external toolchain, libthread_db should
> already be added to the target by the following snippet in
> toolchain/toolchain-external/ext-tool.mk :
>
> ifneq ($(BR2_PTHREADS_NONE),y)
> LIB_EXTERNAL_LIBS+=libpthread.so
> ifeq ($(BR2_PACKAGE_GDB_SERVER),y)
> LIB_EXTERNAL_LIBS+=libthread_db.so
> endif # gdbserver
> endif # ! no threads
It appears my ext-tool.mk file is out-of-date. I'll update it to
include that bitof code.
--
Grant Edwards grant.b.edwards Yow! Look! A ladder!
at Maybe it leads to heaven,
gmail.com or a sandwich!
next prev parent reply other threads:[~2010-08-31 18:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-31 14:52 [Buildroot] libssp missing from target Grant Edwards
2010-08-31 16:20 ` Grant Edwards
2010-08-31 18:05 ` Thomas Petazzoni
2010-08-31 18:29 ` Grant Edwards [this message]
2010-08-31 18:07 ` Thomas Petazzoni
2010-08-31 18:39 ` Grant Edwards
2010-09-01 8:56 ` Will Newton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='i5jhmd$mrr$1@dough.gmane.org' \
--to=grant.b.edwards@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox