Anyone ever ever built Gnu32 GCC as cross compiler?

Kevin Dahlhausen morse@harborcom.net
Mon Sep 15 05:42:00 GMT 1997


> 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".



More information about the Cygwin mailing list