[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] libtcc1 supported for ARMv7 ?
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] libtcc1 supported for ARMv7 ? |
Date: |
Wed, 24 Apr 2013 13:01:53 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi,
On Wed, Apr 24, 2013 at 12:25:07PM +0200, Armin Steinhoff wrote:
> I'm trying to use the JIT capabilitiy of TCC for an ARMv7 environment
> (Beaglebone / QNX6 ..) but the libtcc1 can't be recompiled for ARM CPUs.
libtcc1 doesn't compile for ARM.
ARM users shoud use libgcc.a/libgcc_s.so.1.
Daniel