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?
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to