1. 程式人生 > >5.1編譯錯誤, 提示kernel-3.10 is not clean, please run 'make mrproper'

5.1編譯錯誤, 提示kernel-3.10 is not clean, please run 'make mrproper'

kernel-3.10 is not clean, please run 'make mrproper'

你看看 kernel-3.10\include下面是不是有個config的資料夾,把它刪了,就可以了

make ARCH=arm64 xxxx_defconfig

#
# configuration written to .config
#


#### make completed successfully  ####

同時把  kernel-3.10\目錄下生成的 .config 也刪除了。

參考:

http://bbs.16rd.com/forum.php?mod=viewthread&tid=30847&page=1

http://blog.csdn.net/kasalyn/article/details/9970565

相關推薦

5.1編譯錯誤 提示kernel-3.10 is not clean, please run 'make mrproper'

kernel-3.10 is not clean, please run 'make mrproper' 你看看 kernel-3.10\include下面是不是有個config的資料夾,把它刪了,就可以了 make ARCH=arm64 xxxx_defconfig #

編譯時遇到 kernel is not clean, please run 'make mrproper'錯誤

android : error------------------------------------------------------------- make: Entering directory '/home/*/android_code/linux/kernel’ make[1

原 AS升級3.1 編譯報錯:The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.

AndroidStudio升級到3.1後編譯報錯:The SourceSet ‘instrumentTest’ is not recognized by the Android Gradle Plugin.專案中 gradle 配置sourceSets { main

css 編譯錯誤:product 'XDAIS' v0.0 is not currently installed and no compatible version is available.

product ‘XDAIS’ v0.0 is not currently installed and no compatible version is available. Please insta

Myeclipse中.xml檔案配置錯誤出現"context:property-placeholder" is not bound錯誤

出現Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 12 in XML document from class pa

CentOS 6.5 模擬誤刪lib64下庫檔案的軟連結提示Kernel panic not syncing : Attempted tokill init!

Time:20180921 OS:CentOS 6.5 同事誤將/lib64下的ld-linux-x86-64.so.2和ld-lsb-x86-64.so.3兩個軟連結刪除,現場報錯如下 使用vmware中的centos 6.5系統模擬相同操作 1、同樣將兩個軟連結刪除

Eclipse Maven 編譯錯誤 Dynamic Web Module 3.1 requires Java 1.7 or newer 解決方案

  1.開啟這個檢視,kanyi看一下javaSE版本 2.還錯把這個搞上去 <build>   <plugins>        <plugin>      

Android Studio 3.1 編譯錯誤Connection refused

檢視詳細出錯內容        Connect to 127.0.0.1:1080 [/127.0.0.1] failed: Connection refused: connect 修改C:\Users\XXX(使用者名稱)\.gradle\gradle.properti

Eclipse Maven 編譯錯誤 Dynamic Web Module 3.0 requires Java 1.6 or newer 解決方案 (特別注意))

Eclipse Maven 開發一個 jee 專案時,編譯時遇到以下錯誤:DescriptionResourcePathLocationType Dynamic Web Module 3.0 requires Java 1.6 or newer. bdpline 1 Mav

最簡單的android studio2.3安裝 ButterKnife 8.5.1版本方法解放雙手

Android ButterKnife Zelezny是個很好用的工具,經常會用到,開發的時候經常會做一些搬運工的事,這個工具就是可以一鍵幫我們搬了!最近android studio 升級到了2.3,我就升級到了Android Studio 2.3正式版,畢竟作為一名IT

Eclipse Maven 編譯錯誤 Dynamic Web Module 3.0 requires Java 1.6 or newer 解決方案

Eclipse Maven 開發一個 jee 專案時,編譯時遇到以下錯誤: DescriptionResourcePathLocationType Dynamic Web Module 3.0 requires Java 1.6 or newer. bdpline 1

oracle數據庫連接時提示ora-00257錯誤提示數據庫歸檔日誌歸檔失敗

輸入 custom sed inter server2 別名 sna mil _id 轉 http://jingyan.baidu.com/article/425e69e6b142d1be15fc16dc.html Microsoft Windows [版本 6

2018/5/1第一篇郊遊

分享 應該 那是 五一 舒暢 依然 朋友 祝福 文章   序:很久很久,我就想寫一些東西。以前我有一本紙質的日記,從我高三開始記錄過一些的事情,斷斷續續,高三開始,高三結束。 日記我留了下來,那是一本封面很漂亮的本子。我依然記得我買的那一刻捧著她的時候,就知道她以後意義非凡

mysql主從同步錯誤提示The server quit without updating PID file

在安裝完lnmp後,啟動mysqld失敗,提示 [[email protected] ~]# service mysqld start Starting MySQL [確定][[email protected] ~]# service mysqld restartMySQL server

移植kernel-3.10.79 (1) 支持 yaffs

try driver 使用 div sce cell source linux mis 網站: http://www.yaffs.net/ 獲取方法: 執行git clone git://www.aleph1.co.uk/yaffs2 解壓:tar zxf yaffs

移植kernel-3.10.79 (1

linux uimage none mas 註意 mon pat sta gcc u-boot 使用u-boot-2014.10 find * -name "*2410*_defconfig"find * -name "*2440*_defconfig" 可以看到arch/

Java中兩個byte型別相加結果賦值給byte型別的變數會報編譯錯誤byte加byte的結果為什麼是int?

背景: 之前偶然看到有討論這個問題,在網上搜了半天,結果都不盡如人意,解釋沒有到位, 有的說byte加byte預設就是int,那為什麼這麼做呢? 這不是找麻煩麼?這種奇怪的預設還有哪些?帶來一些列疑問。。。。。。 有的說byte儲存的就是整型資料,這種說法的對錯姑且不論,至少我覺得難免有

計算1~100之間能被3整除但是不能被7整除的數的和(C語言)

#include<stdio.h> int main(agrc *agrv) { int n,i; int sum=0; scanf("%d",&n); for(i=1;i<=n;i++){ if(i%3==0&&i%7!=0){ sum+=i; &

ThinkPHP 釋出 5.1.30 版本支援微秒時間欄位寫入

ThinkPHP V5.1.30(LTS)版本釋出,該版本為常規更新,改進了一些細節,修正了一些社群反饋的問題,支援上一版本的無縫升級(LTS版本不會再有任何的不相容更新)。 主要更新 支援時間欄位的微秒資料寫入 如果你的時間欄位使用的是datetime/timestamp型別的話,現在可以