diff --git a/docs/buildroot.html b/docs/buildroot.html index bb02f17c50..f471962ad1 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1599,6 +1599,8 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
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.
+
Resources
To learn more about Buildroot you can visit these websites: