problems while making glibc 2.2.3

Hi group,

Iam new to embedded Linux. to start off iam first configuring a embedded linux workstation. i have a x86 host and x86 target. i successufully installed the linux kernal 2.4.18, binutils-2.10.1, gcc-2.95.3 and now i have a problem with glibc-2.2.3.

iam using " #make cross-compile=yes install_root=${TARGET_PREFIX} prefix="" install" to make the glibc-2.2.3 package. iam getting an error 2 . can anyone guide me how to go ahead with this .

thanks for your time, ramesh

Reply to
Ramesh
Loading thread data ...

Please post the last lines of your build process.

Reply to
Helix

Please post your entire build script, and a little more context on the error. Or better yet, just use

formatting link
to build glibc. (By the way, why are you using such old binutils, compiler, and glibc? If you can, you'd be better off using newer versions. Even if your target is stuck at glibc-2.2.3, you can probably use a newer gcc and binutils...)

- Dan

Reply to
Dan Kegel

these are the last few line of the build process before i get a error.

----------------------------------------- /usr/bin/install -c -m 644 ../sysdeps/unix/sysv/linux/bits/shm.h /home/embtools/control-project/daq-module/tools/i386-linux/include/bits/shm.h make[2]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/sysvipc' make -C gmon subdir_install make[2]: Entering directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/gmon' /usr/bin/install -c -m 644 sys/gmon.h /home/embtools/control-project/daq-module/tools/i386-linux/include/sys/gmon.h /usr/bin/install -c -m 644 sys/gmon_out.h /home/embtools/control-project/daq-module/tools/i386-linux/include/sys/gmon_out.h /usr/bin/install -c -m 644 sys/profil.h /home/embtools/control-project/daq-module/tools/i386-linux/include/sys/profil.h make[2]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/gmon' make -C gnulib subdir_install make[2]: Entering directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/gnulib' make[2]: Nothing to be done for `subdir_install'. make[2]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/gnulib' make -C wctype subdir_install make[2]: Entering directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/wctype' /usr/bin/install -c -m 644 wctype.h /home/embtools/control-project/daq-module/tools/i386-linux/include/wctype.h make[2]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/wctype' make -C manual subdir_install make[2]: Entering directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/manual' LANGUAGE=C LC_ALL=C makeinfo libc.texinfo ./stdio.texi:3269: First argument to cross-reference may not be empty. ./stdio.texi:3270: First argument to cross-reference may not be empty. makeinfo: Removing output file `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/manual/libc.info' due to errors; use --force to preserve. make[2]: *** [libc.info] Error 2 make[2]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3/manual' make[1]: *** [manual/subdir_install] Error 2 make[1]: Leaving directory `/home/embtools/control-project/daq-module/build-tools/glibc-2.2.3' make: *** [install] Error 2 [embtools@localhost build-glibc]$

--------------------------------------------------- rgds, ramesh

"Helix" wrote in message news:...

Reply to
Ramesh

That's a known problem. A fix is at

formatting link

- Dan

Reply to
Dan Kegel

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.