Open
Description
tcc: error: file 'crt1.o' not found
tcc: error: file 'crti.o' not found
hello.c:1: error: include file 'stdio.h' not found
or
~ # tcc -o hello2 hello.c -I /include/
tcc: error: file 'crt1.o' not found
tcc: error: file 'crti.o' not found
tcc: error: library 'c' not found
tcc: error: file '/usr/lib/tcc/libtcc1.a' not found
tcc: error: file 'crtn.o' not found
tcc: error: undefined symbol 'printf'
Need more research and fix. maybe default paths need changes.
Active development happends here: https://github.com/CodeAsm/teeny-linux/tree/tcc-issue