tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at l


From: Christian JULLIEN
Subject: Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM
Date: Wed, 5 Oct 2016 09:16:37 +0200 (CEST)

Thank you very much Grischka, it works again now.

Please note that I only do very basic things and I always rebuild using a brand new copy:

rm -r -f tinycc
git clone -b mob http://repo.or.cz/r/tinycc.git
cd tinycc
./configure
make
make -k test

Now testing other changes with code compiled for ARM by latest version...

----- message d'origine -----
De : "grischka" <address@hidden>
date mer. 05/10/2016 08:53 (GMT +02:00)
À : "address@hidden" <address@hidden>
Objet : Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM

Christian Jullien wrote:
> Just a reminder that TinyCC is broken since "revert Makefiles to 0.9.26
> state (mostly)".
> It prevents me to run a lot of regression tests on ARM using my different
> projects.

Could work again.

However it's still a mystery to me how "tcc -vv" could crash
regardless of what else may have went wrong.

Also you must be using some non-standard configure because for
"arm-linux-gnueabihf" the Makefile only defines

TCC_ARM_EABI and TCC_ARM_HARDFLOAT

which according to arm-gen.c is not a supported combination:

#if defined(TCC_ARM_EABI) && !defined(TCC_ARM_VFP)
#error "Currently TinyCC only supports float computation with VFP instructions"
#endif

Greetings,

--- grischka


_______________________________________________
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]