Subject: cross-compiler
To: port-sparc64@netbsd.org <port-sparc64@netbsd.org>
From: csnet <csnet@cs.tin.it>
List: port-sparc64
Date: 08/30/2000 13:46:11
Hi All!

i tried to set up a cross-compiling environment on my FreeBSD Box,but i
got some problems.

1) gcc-2.95.2

It was declared to not fully support sparc64 architecture.!!!

2) ld (ctr0.o)

After switching target of gcc from sparc64 to sparc i almost
successfully compile the compiler ,but  when it tries to build native
version of libiberty.a i got the following error:

/disk2/cross-compile//sparc-unknown-netbsd/bin/ld: cannot open crt0.o:
No such file or directory

I suppose it was looking for a native version of crt0.o
But crt0.o is supposed to be compiled within gcc ... or not?
Finally , how can i get this file?

ANy clues?

Bye!