From: morse@harborcom.net (Kevin Dahlhausen)
Subject: Re: Anyone ever ever built Gnu32 GCC as cross compiler?
15 Sep 1997 06:25:03 -0700
Message-ID: <199709151242.IAA18054.cygnus.gnu-win32@ns2.harborcom.net>
References: <341983A1.2BF6B5B5@egsoftware.com>
Reply-To: ap096@po.cwru.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
To: gnu-win32@cygnus.com


> Subject:       Anyone ever ever built Gnu32 GCC as cross compiler?

> Not sure if it's even possible, but anyone ever tried or done it? If so, so
> what other platforms?

Yes, it was quite easy.  I use a Gnu-win32 version to cross compile for the
Hitachi H8/300H family.

I used the following script to kick off compilation of the 
cross-platform version of the cdk:

#/bin/sh
configure --host=i386-cygwin32 --prefix=/hitachi/cygwin32 --target=h8300-hms 
rm-rf ./make.log 
make  -k all info > ./make.log 
#i386-pc-cygwin32

(Where else can you get real C++ for embedded micros?!)
~~~~~~~~~~~~~~~~~~~ Kevin Dahlhausen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Morse Controls                                   ap096@po.cwru.edu
"Do or do not.  There is no 'Try.' "  Yoda
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
