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


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to