This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

where does crtbegin.o come from?


Hey, I'm trying to retarget gcj to m68k-palmos-coff, and it's not
finding __EH_FRAME_BEGIN__. I hear that this is supposed to be found
in crtbegin.o/crtend.o, but when I built a cross-binutils, I didn't
wind up with those. Do you know where they're supposed to come from?

  - a

configure:923: /home/megacz/branch/bin-palm/gcc/xgcc -B/home/megacz/branch/bin-palm/gcc/ -nostdinc -B/home/megacz/branch/bin-palm/m68k-palmos-coff/newlib/ -isystem /home/megacz/branch/bin-palm/m68k-palmos-coff/newlib/targ-include -isystem /home/megacz/branch/gcc/newlib/libc/include -B/usr/local/gcc/m68k-palmos-coff/bin/ -B/usr/local/gcc/m68k-palmos-coff/lib/ -isystem /usr/local/gcc/m68k-palmos-coff/include -o conftest -g -O2   conftest.c  1>&5
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
/home/megacz/branch/bin-palm/gcc/libgcc.a(__main.o): In function `__do_global_dtors':
/home/megacz/branch/bin-palm/gcc/../../gcc/gcc/libgcc2.c:1900: undefined reference to `__EH_FRAME_BEGIN__'
/home/megacz/branch/bin-palm/gcc/libgcc.a(__main.o): In function `__do_global_ctors':
/home/megacz/branch/bin-palm/gcc/../../gcc/gcc/libgcc2.c:1916: undefined reference to `__EH_FRAME_BEGIN__'
configure: failed program was:

#line 918 "configure"
#include "confdefs.h"

main(){return(0);}


-- 
Sick of HTML user interfaces?
www.xwt.org


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