|
From: | grischka |
Subject: | Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM |
Date: | Wed, 05 Oct 2016 08:52:29 +0200 |
User-agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |