tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] RE : CYGWIN support, Is __cdecl supported, esp. on li


From: grischka
Subject: Re: [Tinycc-devel] RE : CYGWIN support, Is __cdecl supported, esp. on linux?
Date: Fri, 31 Jul 2015 10:34:28 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Christian JULLIEN wrote:
With this diff I'm able to compile tcc and libttc.a ROOTB on Cygwin.
Using tcc fails because it is not able to find crt*.o
Invsetigating why:

There are two issues:
1) compiling tcc for cygwin
2) using tcc to compile some program for cygwin

I'd suggest to start with 2) and to proceed with 1).

As in
    tcc -nostdlib -nostdinc -vv
        hello.c (your code)
        crt0.c (from cygwin.com)
        cygwin1.def (generated)

-- gr




reply via email to

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