tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Problem Compiling tinycc For Android: strtold


From: Cayce Pollard
Subject: Re: [Tinycc-devel] Problem Compiling tinycc For Android: strtold
Date: Wed, 11 Sep 2013 16:48:24 -0500

Just saw your email as I was getting ready to post my next questions.  
1) should I just find/replace in the code or make an alias to strtod?
2) Android's version of __clear_cache is cacheflush, can I make an alias for that as well?

I


On Wed, Sep 11, 2013 at 4:38 PM, Daniel Glöckner <address@hidden> wrote:
On Wed, Sep 11, 2013 at 03:40:15PM -0500, Cayce Pollard wrote:
> ./../tinycc/tccpp.c:1961: error: undefined reference to 'strtold'

Just substitute strtod for strtold.
It has probably been omitted from Android's libc because
long double == double on ARM nowadays (i.e. with EABI or VFP).

  Daniel

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

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