Problem
error: linker `cc` not found | = note: No such file or directory (os error 2)
error: could not compile `libc` due to previous error
Solution
Ensure the build-essential
package is installed.
On Ubuntu run:
sudo apt install build-essential
From cbisaillon#6447 on Discord