I encountered a 'cannot find ld' error while compiling a Rust project. The ld is present in /bin/ld but linked to /bin/ld.gold. How can I troubleshoot and resolve this issue?
pampero
Asked on May 26, 2022
Check the ld location on the OS:
Check the ld link:
Reproduce the issue:
Write an issue: