[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread progmei at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 --- Comment #6 from progmei progmei at 163 dot com 2012-09-07 06:35:41 UTC --- I've tried to use sysroot option, but I compile the GCC failed. ../gcc-4.7.1/configure --prefix=/repo/yuhuamei/mips-linux-eglibc-gnu --target=mips-linux

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 --- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org 2012-09-07 06:38:59 UTC --- I've tried to use sysroot option, but I compile the GCC failed. Because that is not the correct usage of sysroot. You want a full sysroot under the prefix

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread progmei at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 --- Comment #8 from progmei progmei at 163 dot com 2012-09-07 07:41:20 UTC --- I tried it again with your suggestion, but it also failed. ../gcc-4.7.1/configure --prefix=/repo/yuhuamei/mips-linux-eglibc-gnu --target=mips-linux

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread pinskia at gcc dot gnu.org
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

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread progmei at 163 dot com
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

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-07 Thread progmei at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 --- Comment #11 from progmei progmei at 163 dot com 2012-09-07 14:16:15 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 it. where can I get

[Bug driver/54504] Link failed when I move the GCC to another directory

2012-09-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54504 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|c++ |driver ---