Post marked as solved
Post marked as solved with 1 replies, 180 views
cc -static file_name.c command is not working, it's showing an error
ld: library not found for -lcrt0.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
how to solve this error?