This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more infromation.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi all,
I have used Enrico' s script (with minor changes) and was able
to deliver a gcc cross compiler m68k-coff under solaris_sparc_2.6
thanx for Enrico, and the rest of the people who have help me so far.
I am trying to do the same (m68k-coff under WINNT), using the same
script. -- I dont see any reason not to.
First, my directory is:
/home/users/ronenl/gcc-cross/
binutils-2.10/ unpacked
gdb-5.0/ unpacked
gcc-2.95.2/ unpacked
newlib-1.8.2/ unpacked
buildcross.sh <--script
changes I have made:
#!/bin/bash.exe
machine=pentiumpro - otherwise, I get INVALID i686-pc-cygwin
--host=$machine
Results: binutils-2.10 - successfull
gcc-2.95.2 - failed (libtool command not found)
Q: is my change for --host=pentiumpro is legal?
Q: how come I pass the binutils, but failed with gcc?
Attached: cygwin.bat
buildcross.sh
ronen.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |