Dear all,

is there more information on how to set up a cross compiler for an
SA1100 target that is hosted on a i686-linux box and inclusion of glibc
than what I found in the appropriate FAQs of xgcc?

My problem:
- I want to set up a cross compiler with
  binutils-2.11/
  gcc-2.95.3/
  glibc-2.2.2/
  linux-2.4.3/
- I managed to reach the point of make install in glibc but at this
  point I receive an error, namely:
  
  BUG IN DYNAMIC LINKER ld.so: dl-version.c: 218:
  _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!

  Reading that line of code explains:

    /* If NEEDED is NULL this means a dependency was not found
     * and no stub entry was created.  This should never happen.
     */
    assert (needed != NULL);

  But unfortunately, this really happened several times...

If anyone can point me to further information or would send me his/her
set up script for building a cross compiler.

Thanks in advance for any help!


Regards,

Lukas
-- 
Lukas Ruf                        Swiss Federal Institute of Technology
Office: ETZ-G61.2                             Computer Engineering and
Phone: +41/1/632 7312                        Networks Laboratory (TIK)
Fax:   +41/1/632 1035                                      ETH Zentrum
PGP 2.6: ID D20BA2ED;                                    Gloriastr. 35
Fingerprint 6323 B9BC 9C8E 6563  B477 BADD FEA6 E6B7    CH-8092 Zurich

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to