Re: OT:Cross-compiling

2003-03-06 Thread Jeff Elkins
On Thursday 06 March 2003 12:54 pm, Elizabeth Barham wrote: > It looks like an error when it was making the file (or else it has >error messages embedded in it); specifically, unwind-dw2-fde-glibc.o >references the abort function but it was not resolved. Thanks for the tips! Jeff -- To UNSUBS

Re: OT:Cross-compiling

2003-03-06 Thread Elizabeth Barham
Jeff writes: > >What does line 114 look like in this file? > { > (114) KEEP (*crtbegin.o(.dtors)) >KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors)) > /usr/local/lib/gcc-lib/i386-linux/3.2.2/libgcc.a(unwind-dw2-fde-glibc.o): > In function `size_of_encoded_value':/home/jeff/gcc-3.2.2/gcc/unwind-pe.

Re: OT:Cross-compiling

2003-03-06 Thread Jeff Elkins
On Thursday 06 March 2003 11:05 am, Elizabeth Barham wrote: >Jeff writes: >> >/usr/local/lib/gcc-lib/i386-linux/3.2.2/../../../../i386-linux/bin/ld:/ho >> >me / jeff/bglibc/libc.so.lds:114: syntax error > >What does line 114 look like in this file? > >Elizabeth { (114) KEEP (*crtbegin.o(.dtors))

Re: OT:Cross-compiling

2003-03-06 Thread Elizabeth Barham
Jeff writes: > >/usr/local/lib/gcc-lib/i386-linux/3.2.2/../../../../i386-linux/bin/ld:/home > >/ jeff/bglibc/libc.so.lds:114: syntax error What does line 114 look like in this file? Elizabeth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Re: OT:Cross-compiling

2003-03-05 Thread Jeff Elkins
>On Wednesday 05 March 2003 9:23 pm, Jeff Elkins wrote: >I'm running a mixed network of i386 and ppc boxen and have been working on >building cross-compilers. The i386 side is completed and working well. The >ppc side is crashing with the final step...compiling glibc. > >/usr/local/lib/gcc-lib/i386

Re: OT:Cross-compiling

2003-03-05 Thread Jeff Elkins
On Wednesday 05 March 2003 9:23 pm, Jeff Elkins wrote: >I'm running a mixed network of i386 and ppc boxen and have been working on >building cross-compilers. The i386 side is completed and working well. The >ppc side is crashing with the final step...compiling glibc. > >/usr/local/lib/gcc-lib/i386-