diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-02 23:01:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-02 23:01:34 +0200 |
commit | 4ce8af8632894db3e4ed25d9d3230359a2cc640c (patch) | |
tree | b770466952a72adb280e01625044d17b0280ce54 /docs | |
parent | 94c72087f386cbb11bbb9011849508628503f316 (diff) |
Remove references to module-init-tools
Now that it is replaced by kmod.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/faq-troubleshooting.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt index f91a8ef50..4e0612b8d 100644 --- a/docs/manual/faq-troubleshooting.txt +++ b/docs/manual/faq-troubleshooting.txt @@ -27,21 +27,6 @@ configuration+, and modify +Port to run a getty (login prompt) on+ and +/etc/inittab+ file of the generated system so that a shell starts on the correct serial port. -[[faq-module-init-tool-build-failure]] -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. - [[faq-no-compiler-on-target]] Why is there no compiler on the target? --------------------------------------- |