Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 7124] New: Use BR toolchain externally results a non-bootable root filesystem
@ 2014-05-31 13:03 bugzilla at busybox.net
  2014-05-31 13:06 ` [Buildroot] [Bug 7124] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2014-05-31 13:03 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=7124

           Summary: Use BR toolchain externally results a non-bootable
                    root filesystem
           Product: buildroot
           Version: 2014.05
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: xxiao8 at fosiao.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


To reproduce(I used IMX6 board)
1. set HOST_DIR to wherever you want to relocate the toolchain.
2. make toolchain
3. build a rootfs using the above-built toolchain _externally_.
4. boot it up, you will find error saying "no init is found"

To fix it manually we need add a ld-linux.so.3 symlink under /lib on the rootfs
1. cd output/target/lib
2. ln -s ld-linux-armhf.so.3 ld-linux.so.3
3. boot with the modified rootfs

If we use internal buildroot toolchain directly, the ld-linux.so.3 is there. If
we use external buildroot toolchain, the ld-linux.so.3 was not created somehow.

-- 
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] 6+ messages in thread

end of thread, other threads:[~2014-08-15 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-31 13:03 [Buildroot] [Bug 7124] New: Use BR toolchain externally results a non-bootable root filesystem bugzilla at busybox.net
2014-05-31 13:06 ` [Buildroot] [Bug 7124] " bugzilla at busybox.net
2014-05-31 13:06 ` bugzilla at busybox.net
2014-05-31 14:09 ` bugzilla at busybox.net
2014-05-31 14:10 ` bugzilla at busybox.net
2014-08-15 17:12 ` 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