Hi. I statically compiled tinycc using musl on aarch64. But when I try to compile a file, I get the error:
tcc: error: file 'crt1.o' not found tcc: error: file 'crti.o' not found main.c:1: error include file 'stdio.h' not found But those files are in tcc's search path, as -vv informed: include: /include,/usr/include libraries: /lib,/usr/lib libtcc1: /lib,/usr/lib/libtcc1.a crt: /lib,/usr/lib elfinterp: /lib/libc.so Those paths are correct. Any help? Thanks, Brian _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel