tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Quick question regarding --with-libgcc


From: Christian JULLIEN
Subject: [Tinycc-devel] Quick question regarding --with-libgcc
Date: Fri, 15 Feb 2013 15:13:25 +0100 (CET)

Quick question, I thought that recent config work was supposed to solve, among other things, the need to pass --with-libgcc (sorry if I'm wrong)

On RPi, while ./configure; make; make test works ROOTB

I still have to use ./configure --with-libgcs if I later do a "make install" and want to use tcc as gcc replacement
Doing so, I get no error while, without --with-libgcc, important ARM eabi functions are missing.

ld uxlisp ...
tcc: error: undefined symbol '__aeabi_uidiv'
tcc: error: undefined symbol '__aeabi_uidivmod'
tcc: error: undefined symbol '__aeabi_idiv'
tcc: error: undefined symbol '__aeabi_idivmod'
make[1]: *** [uxlisp] Error 1

Could you please confirm that, at least in case of RPI, I still have to pass --with-libgcc

Can't we detect (how?) that a platform requires --with-libgcc

Christian


reply via email to

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