tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC on ARM


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] TCC on ARM
Date: Wed, 6 Dec 2006 21:20:25 +0100
User-agent: Mutt/1.4.2.1i

On Mon, Dec 04, 2006 at 12:19:53AM -0800, tike64 wrote:
> Daniel Glöckner <address@hidden> wrote:
> > I prefer to just ln -s libgcc1_s.so to libtcc1.a.
> 
> I have used buildroot to make a toolchain. I couldn't find libgcc1*
> from the tree - only libgcc.a and friends.

Sorry, I meant libgcc.a and libgcc_s.so

> Anyway, I took crt* and libc* stuff from the
> buildroot/-/uClibc-0.9.28/... tree and can now build an executable. But
> tcc complains: "FIXME: handle reloc type 18 at 81a8 [00045aa8] to 8fac"
> and the executable segfaults.

Relocation 0x18 is already supported by the EABI patch.
If you don't want to apply it, try the small attached patch.

  Daniel

Attachment: gotoff32.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]