tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Undefined Reference To 'strtold Compiling With Android ND


From: Cayce Pollard
Subject: [Tinycc-devel] Undefined Reference To 'strtold Compiling With Android NDK
Date: Tue, 10 Sep 2013 07:06:32 -0500

As mentioned in earlier posts, I'm using the standalone toolchain from the Android NDK to build tinycc for my device.  I'm also fairly new to Android and compiler development.

With the latest build of tinycc  I can run ./configure successfully, but when I 'make -d'  I keep getting the error 'libtcc.so.1.0: error: undefined reference to 'strtold''.  I've tried with and without the --with-libgcc option, with and without the --disable-static option, and I've also tried with a number of combinations of library includes:  -lsupc++ and -lstdc++, -lsupc++ and -lgnustl_shared (with the --disable-static switch) and others.

The Googling I've done points to either older versions of GCC, but I'm using GCC version 4.7.  Any thoughts on what could be causing this?

reply via email to

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