Find the answer to your Linux question:
Results 1 to 2 of 2
I want to build a toolchain for S3C2410 processor. I use kernel 2.4.18-rmk7, binutils-2.10.1, gcc-2.95.3 and glibc-2.2.3. All process have been done well. But when I tried to cross compile ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    1

    Problem in cross compiling glibc-2.2.3

    I want to build a toolchain for S3C2410 processor. I use kernel 2.4.18-rmk7, binutils-2.10.1, gcc-2.95.3 and glibc-2.2.3. All process have been done well. But when I tried to cross compile glibc-2.2.3 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

    I have searched in the problem what kinds of error they are. Can someone help me how to handle these? Thank you for your help.

  2. #2
    Just Joined!
    Join Date
    Nov 2008
    Posts
    1

    Problem in cross compiling glibc-2.2.3

    Hello:

    Today, I also encountered a problem like yours when I installing glibc-2.2.1. I think your error can be resolved by below patch:
    http://kegel.com/crosstool/current/patches/glibc-2.2.3/glibc-manual-stdin.texi-1.127.patch

    This patch is very small. It just adds "Top" at ./stdio.texi:3269 and ./stdio.texi:3270. Following this way, I modified stdio.texi in my glibc-2.2.1. Now I successfully compiled and installed glibc-2.2.1.


    dension

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...