sieg a écrit 1 commentaire

  • [^] # Re: Cygwin et TinyCC

    Posté par  . En réponse au message Cygwin et TinyCC. Évalué à 1.

    Voici le résultat du make :

    tcc.c:40:26: sys/ucontext.h: No such file or directory
    tcc.c: In function `ieee_finite':
    tcc.c:843: warning: dereferencing type-punned pointer will break strict-aliasing rules
    In file included from tcc.c:8851:
    tccelf.c: In function `resolve_sym':
    tccelf.c:390: error: `RTLD_DEFAULT' undeclared (first use in this function)
    tccelf.c:390: error: (Each undeclared identifier is reported only once
    tccelf.c:390: error: for each function it appears in.)
    tcc.c: At top level:
    tcc.c:8987: error: parse error before "ucontext_t"
    tcc.c: In function `rt_get_caller_pc':
    tcc.c:8992: error: `level' undeclared (first use in this function)
    tcc.c:8996: error: `paddr' undeclared (first use in this function)
    tcc.c:8996: error: `uc' undeclared (first use in this function)
    tcc.c:8996: error: `EIP' undeclared (first use in this function)
    tcc.c:9003: error: `EBP' undeclared (first use in this function)
    tcc.c: At top level:
    tcc.c:9020: error: parse error before '*' token
    tcc.c: In function `rt_error':
    tcc.c:9026: error: `fmt' undeclared (first use in this function)
    tcc.c:9031: error: `uc' undeclared (first use in this function)
    tcc.c:9026: error: `va_start' used in function with fixed args
    tcc.c: In function `sig_error':
    tcc.c:9046: error: `ucontext_t' undeclared (first use in this function)
    tcc.c:9046: error: `uc' undeclared (first use in this function)
    tcc.c: In function `expand_args':
    tcc.c:9721: warning: dereferencing type-punned pointer will break strict-aliasing rules
    tcc.c: In function `parse_args':
    tcc.c:9753: warning: dereferencing type-punned pointer will break strict-aliasing rules
    tcc.c:9824: warning: dereferencing type-punned pointer will break strict-aliasing rules
    make: *** [tcc_g] Error 1