On Tue, Sep 17, 2013 at 07:07:38AM -0500, Cayce Pollard wrote: > tcc: error: file '/project/arm-cc/sysroot/lib//libgcc_s.so.1' not found > tcc: error: undefined symbol '__divsi3' > tcc: error: undefined symbol '__modsi3' > tcc: error: undefined symbol '__aeabi_uidiv' > tcc: error: undefined symbol '__aeabi_uidivmod' > tcc: error: undefined symbol '__aeabi_idiv' > tcc: error: undefined symbol '__aeabi_idivmod'
Android links statically against GCC's libgcc.a. See https://android.googlesource.com/platform/bionic.git/+/master/libc/arch-arm/bionic/libgcc_compat.c Daniel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
