From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] libssp missing from target
Date: Tue, 31 Aug 2010 20:05:44 +0200 [thread overview]
Message-ID: <20100831200544.47337e47@surf> (raw)
In-Reply-To: <i5ja47$il4$1@dough.gmane.org>
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
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2010-08-31 18:05 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 [this message]
2010-08-31 18:29 ` Grant Edwards
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=20100831200544.47337e47@surf \
--to=thomas.petazzoni@free-electrons.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