Я пытаюсь собрать Linux с нуля, и сейчас я нахожусь на главе 5.4 , где рассказывается, как создавать Binutils. У меня есть исходный код binutils 2.20, но когда я пытаюсь его собрать:
time { ./binutils-2.20/configure --target=$LFS_TGT --prefix=/tools --disable-nls --disable-werror ; }
выдает ошибку:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-lfs-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... GCC
checking for C compiler default output file name...
configure: error: in `/media/LFS':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Вы можете увидеть мой config.log на pastebin.com: http://pastebin.com/hX7v5KLn
Я только что установил Ubuntu 10.04, переустановил GCC и установил G ++. Кроме того, сборка выполняется пользователем без полномочий root, не являющимся администратором, который называется 'lfs' (который также описан в Linux From Scratch), и в другом разделе, чем то, где установлена система.
Кто-нибудь может мне помочь? Спасибо