You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
or
Need more research and fix. maybe default paths need changes.
Active development happends here: https://github.com/CodeAsm/teeny-linux/tree/tcc-issue
The text was updated successfully, but these errors were encountered: