This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Anyone ever ever built Gnu32 GCC as cross compiler?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]