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]

Re: where does crtbegin.o come from?


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



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