cannot find crt1.o and crti.o

I'm trying compiling a code and I'm stuck on the following error:

/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: ld returned 1 exit status

I added a path to my environmental variables with location of booth art?.o files and I created a symbolic link. Error persists. I have also installed gcc-multilib and libc6-i386, and the error goes on. Anyone have an ideia of what is going on? How to fix? Any help are welcome.

5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like