Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCC compiles but file not found #5

Open
CodeAsm opened this issue Aug 26, 2020 · 0 comments
Open

TCC compiles but file not found #5

CodeAsm opened this issue Aug 26, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@CodeAsm
Copy link
Owner

CodeAsm commented Aug 26, 2020

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

@CodeAsm CodeAsm added bug Something isn't working help wanted Extra attention is needed labels Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant