I wanto to build S3C2410 toolchain. I use kernel-2.4.18-rmk7, binutils-2.10.1, gcc-2.95.3 and glibc-2.2.3. All steps has been done well except cross compilr glibc-2.2.3. When I make using "make" command no error occured but when I using make install there are 2 errors like this:

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/noname/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/noname/control-project/daq-module/build-tools/glibc-2.2.3/manual'
make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/home/noname/control-project/daq-module/build-tools/glibc-2.2.3'
make: *** [install] Error 2

What kinds of error is this? Can someone help me to handle such kind of error?
Thank you for your help.