From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards Date: Tue, 31 Aug 2010 18:29:33 +0000 (UTC) Subject: [Buildroot] libssp missing from target References: <20100831200544.47337e47@surf> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 2010-08-31, Thomas Petazzoni wrote: > On Tue, 31 Aug 2010 16:20:23 +0000 (UTC) > Grant Edwards 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!