tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] x86_64 ABI: mixed structs


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] x86_64 ABI: mixed structs
Date: Mon, 27 Apr 2015 06:56:12 +0300

Hi!

./configure --enable-cross
make
...
cc -o x86_64-win-tcc tcc.c -DONE_SOURCE -DTCC_TARGET_X86_64
-DTCC_TARGET_PE -DCONFIG_TCCDIR="\"/usr/local/lib/tcc/win32\""
In file included from libtcc.c:55,
                 from tcc.c:22:
x86_64-gen.c:769: error: conflicting types for 'gfunc_sret'
tcc.h:1338: error: previous declaration of 'gfunc_sret' was here
x86_64-gen.c:769: error: conflicting types for 'gfunc_sret'
tcc.h:1338: error: previous declaration of 'gfunc_sret' was here
tcc.h:1337: warning: 'regargs_nregs' used but never defined
tcc.h:1338: warning: 'gfunc_sret' used but never defined
x86_64-gen.c:769: warning: 'gfunc_sret' defined but not used

And your patch can't be applied to the current mob.

Attachment: 03-tcc-fix-mixed-structs.patch
Description: Binary data


reply via email to

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