原文:make: *** No rule to make target `build', needed by `default'. Stop.

出現此種情況,是linux系統沒有安裝先決條件 GCC GNU編譯器集合 GCC可以使用默認包管理器的倉庫 repositories 來安裝,包管理器的選擇依賴於你使用的Linux發布版本,包管理器有不同的實現:yum是基於Red Hat的發布版本 apt用於Debian和Ubuntu yast用於SuSE Linux等等。 RedHat中安裝GCC: yuminstallgcc Ubuntu中安 ...

2018-10-17 17:40 0 7138 推薦指數:

查看詳情

關於make: *** No rule to make target `clean'. Stop.的解決

在重新編譯makefile工程文件時需要用到 #make clean 命令, 但是最近工程使用make clean的時候總是提示: make: *** No rule to make target `/clean'. Stop. 很煩的錯誤,查看makefile 文件 配置 ...

Fri Jul 12 16:55:00 CST 2013 0 9761
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM