91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何解決linux編譯kernel和svn版本沖突問題

發布時間:2020-07-28 10:19:47 來源:億速云 閱讀:166 作者:小豬 欄目:服務器

這篇文章主要為大家展示了如何解決linux編譯kernel和svn版本沖突問題,內容簡而易懂,希望大家可以學習一下,學習完之后肯定會有收獲的,下面讓小編帶大家一起來看看吧。

現象

系統本來可以正常編譯linux系統kernel,但在安裝svn后,kernel編譯出錯。

CHK   include/linux/version.h
 CHK   include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
 CALL  scripts/checksyscalls.sh
 CHK   include/generated/compile.h
gcc: directory: No such file or directory
gcc: directory": No such file or directory
<command-line>:0: warning: missing terminating " character
gcc: directory: No such file or directory
gcc: directory": No such file or directory
<command-line>:0: warning: missing terminating " character
gcc: directory: No such file or directory
gcc: directory": No such file or directory
<command-line>:0: warning: missing terminating " character
 CC   drivers/gpu/mali/mali/common/mali_kernel_core.o

arm-eabi-gcc: error: ": No such file or directory
make[4]: *** [drivers/gpu/mali/mali/common/mali_kernel_core.o] 錯誤 1
make[3]: *** [drivers/gpu/mali/mali] 錯誤 2
make[2]: *** [drivers/gpu/mali] 錯誤 2
make[1]: *** [drivers/gpu] 錯誤 2
make: *** [drivers] 錯誤 2
make: *** 正在等待未完成的任務....

原因分析

定位到 drivers/gpu/mali/ump/Makefile.common 和 drivers/gpu/mali/mali/Makefile 兩個文件中都有關于 SVN_REV:=xxxx 的語句,正常情況下 SVN_REV:= 為空,當檢查到svn版本后, SVN_REV:= 有了值,導致腳本中判斷走入錯誤分支。

解決方法

將兩個文件中的 SVN_REV 值都賦值為空 “” 即可。

drivers/gpu/mali/ump/Makefile.common:

 16 # Get subversion revision number, fall back to 0000 if no svn info is available
 17 #SVN_REV:=$(shell ((svnversion | grep -qv exported && echo -n 'Revision: ' && svnversion) || git svn info | sed -e 's/$$$$/M/' | grep     '^Revision: ' || echo ${MALI_RELEASE_NAME}) 2>/dev/null | sed -e 's/^Revision: //')
 19 SVN_REV:=""

drivers/gpu/mali/mali/Makefile:

117 #SVN_REV := $(shell (cd $(DRIVER_DIR); (svnversion | grep -qv exported && svnversion) || git svn info | grep '^Revision: '| sed -e 's/    ^Revision: //' ) 2>/dev/null )
119 SVN_REV := ""

以上就是關于如何解決linux編譯kernel和svn版本沖突問題的內容,如果你們有學習到知識或者技能,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

隆回县| 长顺县| 泗阳县| 中山市| 宾阳县| 屏边| 宿松县| 彩票| 上高县| 贞丰县| 二连浩特市| 望奎县| 湛江市| 弥勒县| 黔南| 武山县| 温州市| 福鼎市| 彭州市| 当阳市| 汉寿县| 成武县| 彰武县| 井陉县| 安宁市| 莱州市| 密云县| 丹棱县| 阿巴嘎旗| 上虞市| 班戈县| 松原市| 雷波县| 深水埗区| 海兴县| 海南省| 靖远县| 蒙阴县| 靖边县| 乌鲁木齐县| 公安县|