We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Running make -j4 often fails with
make -j4
error: linking with `cc` failed: exit code: 1 note: cc arguments: [...] note: ld: library not found for -lcompiler-rt
when trying to compile rustc. A subsequent make will typically work. I assume this is a dependency issue with parallel building.
rustc
make