Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 1741] New: external toolchain linking error
@ 2010-05-10  9:29 bugzilla at busybox.net
  2010-05-10 18:17 ` [Buildroot] [Bug 1741] " bugzilla at busybox.net
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: bugzilla at busybox.net @ 2010-05-10  9:29 UTC (permalink / raw)
  To: buildroot

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.

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

end of thread, other threads:[~2010-07-27 21:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10  9:29 [Buildroot] [Bug 1741] New: external toolchain linking error bugzilla at busybox.net
2010-05-10 18:17 ` [Buildroot] [Bug 1741] " 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

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