tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] libtcc1 again --- on ARMv7


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] libtcc1 again --- on ARMv7
Date: Sat, 25 May 2013 20:06:35 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, May 25, 2013 at 07:08:26PM +0200, Armin Steinhoff wrote:
> Thomas Preud'homme wrote:
> > Le mercredi 22 mai 2013 15:25:26, Armin Steinhoff a écrit :
> >> Do we need the run time environment for ARM ??
> > Yes, for integer division for instance.
> 
> Seems not to be the case.
> I'm using only the JIT feature for generation code in memory ... so I
> defined in config.h the macro WITHOUT_LIBTCC and all is working for our
> real-time soft PLC :)
> 
> libttc1 must only be used if you are going to create application
> binaries ...

I think in your case there is no need for libtcc1 because your
soft PLC has already been linked to libgcc_s.so.1 by GCC, which
provides all the symbols that should be found in libtcc1.

  Daniel




reply via email to

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