Glossary

`ld: cannot find crt1.o`

The C runtime is missing. Run `sudo apt install libc-dev` or `gcc-multilib`.

Learn More

Related Terms