|
From: | Markus Bergholz |
Subject: | Re: [Tinycc-devel] Crosscompiling |
Date: | Thu, 26 Jun 2014 19:16:09 +0200 |
Markus Bergholz wrote:
I'd tried to compile tcc itself with build_cross="yes" and tried[...]
./x86_64-win32-tcc -nostdinc -I /usr/x86_64-w64-mingw32/include/ ../helloworld.c -o helloworld-gcc.exe
/usr/x86_64-w64-mingw32/include//vadefs.h:33: error: #error VARARGS not implemented for this compiler
If you love problems I know a lot of options that you can try. ;)
Otherwise
./configure --enabie-cross && make && make install
cd win32/examples
x86_64-win32-tcc -v hello_win.c
did work with 0.9.26. And still should if it hasn't been broken.
--gr
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
[Prev in Thread] | Current Thread | [Next in Thread] |