This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: where does crtbegin.o come from?
- From: Anthony Green <green at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 19 Aug 2002 16:49:40 -0700
- Subject: Re: where does crtbegin.o come from?
- References: <86hehqo6cq.fsf@megacz.com>
On Mon, 2002-08-19 at 15:01, Adam Megacz wrote:
>
> 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?
They come from GCC. I believe they are built from crtstuff.c. However,
many embedded OS ports provide their own versions of crt*. Does the GCC
port for PalmOS support g++?
BTW - Kresten, if he is reading this, should be able to offer tips, as I
believe he worked on the original GCC port to PalmOS.
AG