From: "Alexander Gladysh":

> 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

Well, then maybe OS X uses a different object format and TCC 
needs a new linker backend in order to work with it.

--- grischka



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

Reply via email to