Re: X-compile build

2005-12-10 Thread John Summerfied
Neale Ferguson wrote: I'm attempting to build a cross-compiler for s390 on x86. I downloaded and built binutils okay. I downloaded and configured gcc okay. When I build gcc it spits it with: /usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or directory Is there something I

Re: X-compile build

2005-12-06 Thread Carsten Otte
Steve Gentry wrote: > Is it possible to cross compile 390x(64bit) on an i86(32bit)? GCC can cross compile all input languages (C, C++, Objective-C, Fortran, Java and Ada) from any platform it supports to any platform it supports. Supported platforms are (long list, not posting to save space in your

Re: X-compile build

2005-12-06 Thread James Tison
Very. Linux on 390 Port wrote on 12/06/2005 07:47:44 AM: > Is it possible to cross compile 390x(64bit) on an i86(32bit)? -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with t

Re: X-compile build

2005-12-06 Thread Steve Gentry
Is it possible to cross compile 390x(64bit) on an i86(32bit)? Neale Ferguson <[EMAIL PROTECTED]> Sent by: Linux on 390 Port 12/05/2005 04:43 PM Please respond to Linux on 390 Port To: LINUX-390@VM.MARIST.EDU cc: Subject: X-compile build I'm

Re: X-compile build

2005-12-06 Thread Carsten Otte
Neale Ferguson wrote: > I'm attempting to build a cross-compiler for s390 on x86. I downloaded and > built binutils okay. I downloaded and configured gcc okay. When I build gcc > it spits it with: > > /usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or > directory > > Is there

Re: X-compile build

2005-12-05 Thread John Summerfied
Neale Ferguson wrote: I'm attempting to build a cross-compiler for s390 on x86. I downloaded and built binutils okay. I downloaded and configured gcc okay. When I build gcc it spits it with: /usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or directory Is there something I

Re: X-compile build

2005-12-05 Thread James Tison
05 08:41 PM Please respond to Linux on 390 Port To LINUX-390@VM.MARIST.EDU cc Subject Re: X-compile build Neale Ferguson wrote: > I'm attempting to build a cross-compiler for s390 on x86. I downloaded and > built binutils okay. I downloaded and configured gcc okay. When I build g

Re: X-compile build

2005-12-05 Thread John Summerfied
Neale Ferguson wrote: I'm attempting to build a cross-compiler for s390 on x86. I downloaded and built binutils okay. I downloaded and configured gcc okay. When I build gcc it spits it with: /usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or directory Is there something I

Re: X-compile build

2005-12-05 Thread Edmund R. MacKenty
Neale Ferguson writes: >I'm attempting to build a cross-compiler for s390 on x86. I downloaded and >built binutils okay. I downloaded and configured gcc okay. When I build gcc >it spits it with: > >/usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or >directory > >Is there somet

X-compile build

2005-12-05 Thread Neale Ferguson
I'm attempting to build a cross-compiler for s390 on x86. I downloaded and built binutils okay. I downloaded and configured gcc okay. When I build gcc it spits it with: /usr/local/s390x-ibm-linux/bin/ld: crti.o: No such file: No such file or directory Is there something I needed to set up? Neale