>  "tcctest.ref" is compiled from tcctest.c by GCC so if _that_
>  does not run that is not a problem with TCC, yet.
>
>  Maybe there is something wrong with your gcc installation or
>  you need different CFLAGS or something. Maybe remove the
>  -mpreferred-stack-boundary=2 (just a thought).

That helped, thank you. Next error:

$ make test
. . .
./tcctest.ref > test.ref
./tcc -B. -I. -run tcctest.c > test.out
./libtcc1.a: invalid object file
tcc: undefined symbol '__tcc_int_fpu_control'
tcc: undefined symbol '__tcc_fpu_control'
tcc: undefined symbol '__shrdi3'
tcc: undefined symbol '__sardi3'
tcc: undefined symbol '__shldi3'
tcc: undefined symbol '__ulltof'
tcc: undefined symbol '__ulltod'
tcc: undefined symbol '__ulltold'
make: *** [test.out] Error 255


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to