Skip to content

TCC compiles but file not found #5

Open
@CodeAsm

Description

@CodeAsm
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions