From 706683b8b912aa3304d71652d7a4a74d8b74f58e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 26 Nov 2010 10:06:58 +0100 Subject: documentation: add FAQ entry about glibc-static issue on Fedora Signed-off-by: Thomas Petazzoni --- docs/buildroot.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index bb02f17c5..f471962ad 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1599,6 +1599,8 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP

The boot hangs after Starting @@ -1622,6 +1624,19 @@ Starting dropbear sshd: generating rsa key... generating dsa key... OK the /etc/inittab file of the generated system so that a shell starts on the correct serial port.

+

module-init-tools + fails to build with cannot find -lc

+ +

If the build of module-init-tools for the host fails + with:

+ +
/usr/bin/ld: cannot find -lc 
+ +

then probably you are running a Fedora (or similar) + distribution, and you should install the glibc-static + package. This is because the module-init-tools build + process wants to link statically against the C library.

+

To learn more about Buildroot you can visit these websites:

-- cgit v1.2.3