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
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to