Hi according this hint<http://www.linuxfromscratch.org/hints/downloads/files/small-lfs.txt>, I set below environmet variables after chrooting and before installing any packages:
export CFLAGS="-Os -fomit-frame-pointer -march=i686 -pipe" && CXXFLAGS=$CFLAGS export CC="gcc -s" export LDFLAGS="-s" I have installed glibc by adding "--enable-omitfp --disable-nls" as extra configure arguments and any problem dosn't occurs. in section 6.13, I add --disable-nls option in configure command. when I running " make tooldir=/usr" command, below errors occur: [code] mv -f .deps/debug.Tpo .deps/debug.Po > gcc -s -DHAVE_CONFIG_H -I. -I../../binutils-2.22/binutils -I. > -I../../binutils-2.22/binutils -I../bfd > -I../../binutils-2.22/binutils/../bfd > -I../../binutils-2.22/binutils/../include > -DLOCALEDIR="\"/usr/share/locale\"" > -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes > -Wmissing-prototypes -Wshadow -Werror -Os -fomit-frame-pointer -march=i686 > -pipe -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o > ../../binutils-2.22/binutils/stabs.c > ../../binutils-2.22/binutils/stabs.c: In function 'parse_stab_type': > ../../binutils-2.22/binutils/stabs.c:2797:57: error: 'physname' may be > used uninitialized in this function [-Werror=maybe-uninitialized] > ../../binutils-2.22/binutils/stabs.c:2596:16: note: 'physname' was > declared here > cc1: all warnings being treated as errors > make[4]: *** [stabs.o] Error 1 > make[4]: Leaving directory `/sources/binutils-build/binutils' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/sources/binutils-build/binutils' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/sources/binutils-build/binutils' > make[1]: *** [all-binutils] Error 2 > make[1]: Leaving directory `/sources/binutils-build' > make: *** [all] Error 2 > root:/sources/binutils-build# > [/code] what is happened? how to fix these errors?
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
