hi , i've just started my lfs adventure , but unfortunately got a problem right from the start . i'm following lfs book version 6.3 . I'm on chapter 5.3.1 - installation of binutils . I first installed binutils and it was okey . after that when i try recompile ld with LIB_PATH=/tools/lib , i get error . help me on this guys .. i use ubuntu 10.04 (if dat can be of ny help ) . but in version 6.6 of the book , the ld is not recompiled as i see it . isn't it necessary to change the library search path ? I tried the following and i got error
make -C ld clean make -C ld LIB_PATH=/tools/lib this is the error i get : make: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' Making info in po make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make[1]: Nothing to be done for `info-am'. make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make all-recursivemake: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' Making info in po make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make[1]: Nothing to be done for `info-am'. make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make all-recursive make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' Making all in po make[2]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[2]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17/ld -I. -D_GNU_SOURCE -I. -I../../binutils-2.17/ld -I../bfd -I../../binutils-2.17/ld/../bfd -I../../binutils-2.17/ld/../include -I../../binutils-2.17/ld/../intl -I../intl -g -O2 -DLOCALEDIR="\"/tools/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../binutils-2.17/ld/ldgram.c /tmp/cceZXKkN.s: Assembler messages: /tmp/cceZXKkN.s:10: Error: unknown pseudo-op: `.cfi_sections' make[2]: *** [ldgram.o] Error 1 make[2]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make: *** [all] Error 2 make[1]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' Making all in po make[2]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld/po' make[2]: Entering directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17/ld -I. -D_GNU_SOURCE -I. -I../../binutils-2.17/ld -I../bfd -I../../binutils-2.17/ld/../bfd -I../../binutils-2.17/ld/../include -I../../binutils-2.17/ld/../intl -I../intl -g -O2 -DLOCALEDIR="\"/tools/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../binutils-2.17/ld/ldgram.c /tmp/cceZXKkN.s: Assembler messages: /tmp/cceZXKkN.s:10: Error: unknown pseudo-op: `.cfi_sections' make[2]: *** [ldgram.o] Error 1 make[2]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jacsparrow/LINUX_FROM_SCRATCH/sources/binutils-build/ld' make: *** [all] Error 2
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
