LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Error in building glibc2.3.2---using lfs-package-5.0 (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-in-building-glibc2-3-2-using-lfs-package-5-0-a-314871/)

oldmanpushcar 04-19-2005 08:55 AM

Error in building glibc2.3.2---using lfs-package-5.0
 
Hi all:
I'm a beginner of studying LFS,these days I meet a problem in build glibc2.3.2,The message is:
****************************
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.3.2 objdir=`pwd` all
make[1]: Entering directory `/mnt/lfs/sources/glibc-2.3.2'
make -C csu subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.3.2/csu'
gcc -B/tools/bin/ -c ../sysdeps/unix/sysv/linux/i386/sysdep.s -o /mnt/lfs/sources/glibc-build/csu/sysdep.o
../sysdeps/unix/sysv/linux/i386/sysdep.s: Assembler messages:
../sysdeps/unix/sysv/linux/i386/sysdep.s:35: Error: no such instruction: `entry (__syscall_error)'
make[2]: *** [/mnt/lfs/sources/glibc-build/csu/sysdep.o] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.2/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.2'
make: *** [all] Error 2
****************************

And,my OS is Red Hat Linux 9.0,use lfs-package-5.0(althought the 6.0 has published),I have done everything which the book has writed,like as:
1.Extract the glibc-linuxthreads package into glibc-2.3.2.
2.patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch.
3.mkdir ../glibc-build.
4.cd ../glibc-build.
5.../glibc-2.3.2/configure ......(and so on).

When execed the command "make",There are some errors appearenced which has shown on top of this article.It makes me crazy.
Looking for your help!!!
Thanks.


All times are GMT -5. The time now is 11:30 AM.