1. 程式人生 > >編譯核心出現錯誤

編譯核心出現錯誤

[email protected]:~/sda3/green/linux/build$ sh build.sh
#
 configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig

*** Error during update of the configuration.

scripts/kconfig/Makefile:37: recipe for target 'silentoldconfig' failed
make[2]: *** [silentoldconfig] Error 1
Makefile:545
: recipe for target 'silentoldconfig' failed make[1]: *** [silentoldconfig] Error 2 make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'. Stop.

導致這種原因是執行許可權的問題,在執行時加上sudo許可權。如下:

rd@rd-virtual-machine:~/sda3/green/linux/build$ sudo sh build.sh
#
# configuration written to .config
# scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h make[1]: 'include/generated/mach-types.h' is up to date. CHK include/generated/bounds.h CHK include/generated/asm-offsets.h CALL
scripts/checksyscalls.sh CHK include/generated/compile.h SKIPPED include/generated/compile.h GZIP kernel/config_data.gz CHK kernel/config_data.h Kernel: arch/arm/boot/Image is ready Building modules, stage 2. Kernel: arch/arm/boot/zImage is ready MODPOST 64 modules rd@rd-virtual-machine:~/sda3/green/linux-imx/build$

相關推薦

編譯核心出現錯誤

[email protected]:~/sda3/green/linux/build$ sh build.sh # configuration written to .config # scripts/kconfig/conf --silentol

關於編譯核心出現錯誤的解決方法

1、在make menuconfigure 的時候會出現 缺少libncurses5-dev的錯誤: 由於ubuntu11.10處於離線模式,apt-get命令並不能解決問題,可以去下載libncurses5-dev的安裝包,進行解壓縮,將所產生的libncurses5-d

【筆記】libjpeg的移植,make編譯出現錯誤

問題描述: [email protected]:~/decodeporing/jpeg-6b# make./libtool --mode=compile arm-linux-gcc -O2  -I. -c ./jcapimin.c make: ./libtool:命令未找到

編譯caffe出現錯誤:make: *** [.build_release/src/caffe/common.o] Error 1

在編譯caffe時出現錯誤: In file included from ./include/caffe/util/device_alternate.hpp:40:0, from ./include/caffe/common.hpp:19

openwrt多執行緒程式交叉編譯時候出現錯誤解決方法

[email protected]:~/smb/lc_smarthome$ mipsel-openwrt-linux-gcc lc_tty.c lc_tty.h main.c -lpthread -o main 會出現一下錯誤: /work/openwrt/tru

ubuntu16.04編譯核心出現 "mkimage" command not found

按照慣例沒有這個東西就安裝這個東西所以: sudo apt-get install uboot-mkimage結果說沒有找到安裝包,但是提供了替換的安裝包:就是這個 u-boot-toolsReading package lists... DoneBuilding depen

編譯出現錯誤 -- clang: error: linker command failed with exit code 1 (use -v to see invocation)

出現這個錯誤的原因有多種,常見的是因為某些檔案的缺失或者是檔案的重複導致的。 這類錯誤檢視的關鍵在於其上一行的文字。 對於檔案缺少而導致錯誤的情況: 例如上圖中的示例,其上一行文字為 ld:library not found for -lrxl,可以看出是缺失了某一

Ubuntu16.04 編譯 opencv 出現錯誤:Unsupported gpu architecture 'compute_20'

我的cuda版本是9.0,估計就是版本問題,網上有人說把cuda降到8.0以下。這個方法真是扯淡~其實只要在編譯的時候加一句話就好了cmake -D CMAKE_BUILD_TYPE=RELEASE -

java在命令列中編譯程式碼出現 錯誤: 編碼GBK的不可對映字元

在編譯的時候,如果我們沒有用-encoding引數指定我們的JAVA源程式的編碼格式,則javac.exe會獲得我們作業系統預設採用的編碼格式。 JDK根據作業系統的file.encoding引數(它儲存的就是作業系統預設的編碼格式,如WIN2k,它的值為GBK),把源程式

交叉編譯openssh出現錯誤Makefile:548: recipe for target 'install_sw' failed

交叉編譯openssh出現錯誤 將OpenSSH移植到ARM Linux,交叉編譯openssh時,在第二步編譯openssl時,make install出現如下錯誤: cp: 'e_os2.h' and '/home/word/iTOP-4412-Li

undefined reference to `__gnu_mcount_nc'的解決 在編譯核心出現瞭如下錯誤

在編譯核心時出現瞭如下錯誤: init/built-in.o: In function `do_one_initcall': calibrate.c:(.text+0x14): undefined reference to `__gnu_mcount_nc' init/built-in.o: In

編譯核心出現uudecode錯誤

在重新make一下就可以了。 編碼壓縮打包--uudecode 名稱:uudecode 使用許可權:所有使用者 使用方式:uuencode [-hv] [file1 ...] 說明: uudecode 將 uuencode 編碼後的檔案還原, uudecode 只會將 begin 與 end 標記之

編譯依賴於React Native0.46.4的React Native IOS工程時,出現錯誤“fatal error: 'React/RCTEventEmitter.h' file not found”

問題 clear solution str ack fat navi parallel avi 我的環境: WebStorm 2017.2Build #WS-172.3317.70, built on July 14, 2017 JRE: 1.8.0_152-release

使用vue-cli腳手架搭建項目,保存編譯出現的代碼檢查錯誤(ESLint)

rip 正則 fin 外部 內置 global 同名 esp 復雜 一、問題 出現這麽寫錯誤是什麽原因呢?相信很多小白都會像我一樣,第一次接觸時有點二丈和尚摸不著頭腦。其實是在你用vue-cli腳手架構建項目時用了ESLint代碼檢查工具,如下圖 那麽什麽是ESL

ruby環境sass編譯中文出現Syntax error: Invalid GBK character錯誤解決方法

方法 添加 ali 編譯 sass編譯 body har class *** 這種錯誤是因為在scss文件中使用了中文註釋,導致轉css時出錯。 解決辦法: 找到ruby安裝路徑下的engine.rb文件,(我的在這裏 E:\Ruby22-x64\lib\ruby\gems

Python編譯出現錯誤SyntaxError: Non-ASCII character 'xe7' 時解決方法

mage wan tps png art tail error: itl 解決 轉載個解決辦法:https://blog.csdn.net/wangchao701123/article/details/57084244 轉自https://blog.csdn.net/jim

notepad++編輯器寫Java程式碼,無法編譯出現錯誤:編碼GBK的不可對映字元

所報錯誤:編碼GBK的不可對映字元 解決方案:  1.英文版notepad++    選單:Configure --> Options --> JDK Tools --> Compiler

XCode編譯出現(dyld): Library not loaded: 錯誤解決方法

編譯時出現錯誤現象: dyld: Library not loaded: @rpath/DFULibrary.framework/DFULibrary Referenced from: /private/var/mobile/Containers/Bundle/Appl

Ant編譯過程中出現錯誤:找不到符號

Ant進行javac編譯時,如果出現找不到符號的錯誤,則可能是缺少類路徑,則需要配置依賴的jar包,使用Ant<classpath>的標籤,載入依賴的jar包。 如圖所示: 但是我遇到的