原文:Glibc編譯報錯:*** These critical programs are missing or too old: as ld gcc

Binutils版本升級 這里是binutils版本過低導致, 查看已部署版本 上傳離線升級包 root sdw glibc tar zxvf binutils . .tar.gz root sdw glibc cd binutils . root sdw binutils . . configure prefix usr local binutils root sdw binutils . m ...

2019-08-09 17:12 0 3842 推薦指數:

查看詳情

gcc, ld

GCC gcc除了具備基本的c文件編譯功能外,還把其它工具的功能也集成了進來,比如as的匯編功能,ld的鏈接功能。 因此,gcc也可以通過-Wa, option,將option傳給匯編器as;也可以通過-Wl, option,將option傳給鏈接器ld。 -N,gcc手冊中沒看到 ...

Fri Feb 07 04:31:00 CST 2020 0 1484
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM