Mail Archives: cygwin/1997/09/15/06:25:03
> 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 AT po DOT cwru DOT 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 AT cygnus DOT com" with one line of text: "help".
- Raw text -