Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] ldconfig errors
@ 2010-08-17  9:36 Paul Jones
  2010-08-17 11:10 ` Baruch Siach
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Jones @ 2010-08-17  9:36 UTC (permalink / raw)
  To: buildroot

Hi,

 

I seem to have run into the ldconfig error while using a crosstool-ng
external toolchain (uclibc based). I remember this being discussed a while
back but can't seem to find a solution, short of using an internal
toolchain.

This is the error:

if [ -x
"/media/dev/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnue
abi-ldconfig" ]; \

        then \

 
/media/dev/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnuea
bi-ldconfig -r /media/dev/buildroot-arm/output/target 2>/dev/null; \

        else \

                /sbin/ldconfig -r /media/dev/buildroot-arm/output/target
2>/dev/null; \

        fi

make: *** [target-finalize] Error 1

 

I can't use the host version unless I run as root. This is on a Gentoo
x86_64 host with ARM target.

Any suggestions?

 

 

Paul.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100817/2a83cca4/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-17 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17  9:36 [Buildroot] ldconfig errors Paul Jones
2010-08-17 11:10 ` Baruch Siach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox