http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504
--- Comment #10 from progmei <progmei at 163 dot com> 2012-09-07 13:30:13 UTC --- It's OK now. And I just have some qusetions. If I can build the cross compiler support both soft/hard float big/little endian? And how to compile this. where can I get the related document on how to compile the cross gcc? Thank you! At 2012-09-07 16:49:14,"pinskia at gcc dot gnu.org" <gcc-bugzi...@gcc.gnu.org> wrote: >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 > >Andrew Pinski <pinskia at gcc dot gnu.org> changed: > > What |Removed |Added >---------------------------------------------------------------------------- > Status|WAITING |RESOLVED > Resolution| |WORKSFORME > >--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-09-07 >08:49:14 UTC --- >>/repo/yuhuamei/mips-linux-eglibc-gnu/mips-linux/bin/ld: cannot find >> /repo/yuhuamei/mips-linux-eglibc-gnu/sysroot/lib/libc.so.6 inside >> /repo/yuhuamei/mips-linux-eglibc-gnu/sysroot > >How are you configuring glibc? I think that is the problem here. >You should only configure glibc with --prefix=/usr . And then install like: >make install install_root=${MY_PREFIX}/sysroot . > >-- >Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email >------- You are receiving this mail because: ------- >You reported the bug.