public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Trouble building cross-compiler i686-pc-linux-gnu => mipsel-elf
@ 2008-09-10  9:37 Ralf Jahr
  2008-09-10  9:42 ` Andrew Haley
  0 siblings, 1 reply; 8+ messages in thread
From: Ralf Jahr @ 2008-09-10  9:37 UTC (permalink / raw)
  To: gcc-help

Dear list,

I try to build a cross-compiler for a mips-target. My goal is not to run 
the code but to get an idea of how gcc performs optimizations as for 
example modulo scheduling. The target I am actually working with is the 
PISA architecture used by SimpleScalar. This is not supported but 
similar to the mips4 architecture. So far...

I used this tutorial [1] and GCC 4.3.2, binutils 2.18. Compiling the 
binutils and gcc worked fine, it did not throw any errors. You can see 
my log here: [2]

[1] http://wiki.osdev.org/GCC_Cross-Compiler#Step_1_-_Bootstrap
[2] http://www.informatik.uni-augsburg.de/~jahrralf/gcc.php

Well, i assumed that I would get a compiler which can build executables. 
Unfortunately but this does not work; I get the following error message:

/usr/cross-mips/lib/gcc/mipsel-elf/4.3.2/../../../../mipsel-elf/bin/ld: 
crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status

More logging information can be seen here:

http://www.informatik.uni-augsburg.de/~jahrralf/gcc.php#testing

Should this normally have worked? Do you have any ideas how in can make 
it working or what I did wrong?

Thanks in advance, bye

Ralf

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-11 12:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-10  9:37 Trouble building cross-compiler i686-pc-linux-gnu => mipsel-elf Ralf Jahr
2008-09-10  9:42 ` Andrew Haley
2008-09-10 13:48   ` Ralf Jahr
2008-09-10 13:52     ` John Love-Jensen
2008-09-10 14:43       ` Ralf Jahr
2008-09-10 22:25         ` Brian Dessent
2008-09-11 12:52           ` Ralf Jahr
2008-09-10 14:40     ` Kai Ruottu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).