This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Cross gcc 2.95.1 for sh-coff target
- To: help-gcc at gnu dot org
- Subject: Cross gcc 2.95.1 for sh-coff target
- From: Alessandro Valenti <valealex at tin dot it>
- Date: Thu, 21 Oct 1999 12:25:17 +0000
- Newsgroups: gnu.gcc.help
- Organization: DSNet ISP (Italy)
- Xref: wodc7nx0 gnu.gcc.help:1512
I have tried to build a gcc cross compiler for sh-coff target from
source using a i586-pc-gnu-linux host.
I have configured and builded the binutils with success.
Then I would like to build the gcc too (2.95.1) but, after a
successfully configure, the make command return an error.
The error is due to an attempt to compile an sh asm file with the host's
as and not the target's one.
Has someone any experience of this problem?
Thank You in advance
Alessandro