tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Crosscompiling


From: grischka
Subject: Re: [Tinycc-devel] Crosscompiling
Date: Tue, 24 Jun 2014 23:25:25 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

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