亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

如何解決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

卢龙县| 利津县| 孙吴县| 河池市| 韩城市| 三穗县| 乌拉特中旗| 江华| 荔波县| 富裕县| 保康县| 松桃| 汤阴县| 罗江县| 弥渡县| 布尔津县| 江西省| 那坡县| 田林县| 和林格尔县| 新密市| 安溪县| 凤台县| 长乐市| 泰安市| 建始县| 丹阳市| 肃北| 平乐县| 全南县| 牙克石市| 班戈县| 济阳县| 台江县| 开原市| 延安市| 陆良县| 沈阳市| 溆浦县| 乌苏市| 酉阳|