tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] ARM64 cross-compiling


From: Michael Matz
Subject: Re: [Tinycc-devel] ARM64 cross-compiling
Date: Fri, 15 Apr 2016 19:01:38 +0200 (CEST)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hi,

On Fri, 15 Apr 2016, Sergey Korshunoff wrote:

> ./configure --enable-cross
> make
> cc -o arm64-tcc tcc.c -DONE_SOURCE -DTCC_TARGET_ARM64 -I.  -Wall -g -O0 \
> -Wdeclaration-after-statement -Wno-deprecated-decl arations
> -Wno-strict-aliasing \
> -Wno-sign-compare -Wno-uninitialized -fno-strict-aliasing -lm -ldl
> lib/libtcc1.c
> 
> lib/libtcc1.c:145:2: #error unsupported CPU type

Same thing as the other.  libtcc1.c is not supposed to be compiled with 
the native compiler (and in fact is not needed or supported for arm64).


Ciao,
Michael.



reply via email to

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