Hello,

I fixed the compilation problems of libtcc1.a on macOS (see commit ID 1803762e3f86aff58d5cce78f7d4faf88e74cc6b).

But when creating a regular executable I get the following error messages:

tcc: error: unrecognized file type
tcc: error: file 'crt1.o' not found
tcc: error: file 'crti.o' not found
tcc: error: bad architecture
tcc: error: library 'c' not found
tcc: error: file 'crtn.o' not found

It looks like tcc_load_ldscript() in tccelf.c failed when loading crt1.o (ld_next() did not return LD_TOK_NAME).

Again: older versions (i.e. commit id 944c) of tcc worked.

best regards,
Robert


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

Reply via email to