From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 1741] New: external toolchain linking error
Date: Mon, 10 May 2010 09:29:12 +0000 (UTC) [thread overview]
Message-ID: <bug-1741-163@https.bugs.busybox.net/> (raw)
https://bugs.busybox.net/show_bug.cgi?id=1741
Summary: external toolchain linking error
Product: buildroot
Version: 2010.02
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: mensch0815 at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
When you use an external toolchain to compile packages you get an error like:
"cannot find /lib/libc.so.0"
Fix this by changing the paths in toolchain-folder/usr/lib/libc.so :
--- libc.so.old 2010-05-10 10:54:45.602118000 +0200
+++ libc.so 2010-05-10 11:05:57.337434000 +0200
@@ -3,4 +3,4 @@
* the static library, so try that secondarily. */
OUTPUT_FORMAT("elf32-avr32", "elf32-avr32", "elf32-avr32")
-GROUP ( /lib/libc.so.0 /usr/lib/uclibc_nonshared.a AS_NEEDED (
/lib/ld-uClibc.so.0 ) )
+GROUP ( ../lib/libc.so.0 ../usr/lib/uclibc_nonshared.a AS_NEEDED ( ../lib
ld-uClibc.so.0 ) )
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
next reply other threads:[~2010-05-10 9:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-10 9:29 bugzilla at busybox.net [this message]
2010-05-10 18:17 ` [Buildroot] [Bug 1741] external toolchain linking error bugzilla at busybox.net
2010-05-10 21:48 ` bugzilla at busybox.net
2010-05-11 8:47 ` bugzilla at busybox.net
2010-05-21 13:03 ` bugzilla at busybox.net
2010-06-24 10:29 ` bugzilla at busybox.net
2010-06-25 7:58 ` bugzilla at busybox.net
2010-06-25 10:57 ` bugzilla at busybox.net
2010-06-25 12:05 ` bugzilla at busybox.net
2010-06-29 17:25 ` bugzilla at busybox.net
2010-06-29 17:25 ` bugzilla at busybox.net
2010-06-29 17:26 ` bugzilla at busybox.net
2010-07-02 9:56 ` bugzilla at busybox.net
2010-07-02 9:57 ` bugzilla at busybox.net
2010-07-02 9:59 ` bugzilla at busybox.net
2010-07-26 14:13 ` bugzilla at busybox.net
2010-07-27 21:32 ` bugzilla at busybox.net
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=bug-1741-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--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