From: morse AT harborcom DOT 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 DOT 2BF6B5B5 AT egsoftware DOT com> Reply-To: ap096 AT po DOT cwru DOT edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: gnu-win32 AT cygnus DOT 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 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".