本文來源電子發(fā)燒友社區(qū),作者:TLLED, 帖子地址:https://bbs.elecfans.com/jishu_2303430_1_1.html
按照教程來搭建開發(fā)編譯環(huán)境,使用ubuntu 18.04 64位虛擬機。
1、安裝工具包
1.1、將setup_env.sh復制到ubuntu系統(tǒng)目錄下
1.2、查看下setup_env.sh內容
1.3、運行命令
root@ubuntu:/home/a40i# chmod +x setup_env.sh
root@ubuntu:/home/a40i# ./setup_env.sh
等待安裝完成
1.4、升級gcc
更改之前GCC版本
執(zhí)行命令
安裝依賴包
root@ubuntu:/home/a40i# sudo apt-get install libgmp-dev
root@ubuntu:/home/a40i# sudo apt-get install libmpfr4 libmpfr-dev
root@ubuntu:/home/a40i# sudo apt-get install libmpc-dev libmpc2
root@ubuntu:/home/a40i# sudo apt-get install libtool
root@ubuntu:/home/a40i# sudo apt-get install bison
root@ubuntu:/home/a40i# sudo apt-get install flex
安裝gcc4.8.1
root@ubuntu:/home/a40i# sudo add-apt-repository ppa:ubuntu-toolchain-r/test
root@ubuntu:/home/a40i# sudo apt-get update
root@ubuntu:/home/a40i# sudo apt-get install gcc-4.8
root@ubuntu:/home/a40i# sudo apt-get install g++-4.8
root@ubuntu:/home/a40i# sudo apt-get install gcc-4.8-multilib
root@ubuntu:/home/a40i# sudo apt-get install g++-4.8-multilib
root@ubuntu:/home/a40i# sudo apt-get install gcc-4.8-doc
root@ubuntu:/home/a40i# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
root@ubuntu:/home/a40i# sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20
root@ubuntu:/home/a40i# sudo update-alternatives --config gcc
root@ubuntu:/home/a40i# sudo update-alternatives --config g++
root@ubuntu:/home/a40i# sudo apt-get update
更改之后GCC版本
1.5、將busybox.tar.gz文件復制到ubuntu下
解壓文件
root@ubuntu:/home/a40i# tar xvf busybox.tar.gz -C /usr/bin/
二、編譯內核
2.1、復制文件
將內核源碼復制到ubuntu
執(zhí)行命令
root@ubuntu:/home/a40i# cp /mnt/hgfs/share/a40i/xa* /home/a40i/
2.2、解壓文件
執(zhí)行命令
root@ubuntu:/home/a40i# cat xa* > lichee.tar.gz
root@ubuntu:/home/a40i# tar xvf lichee.tar.gz
解壓后的文件
解壓文件系統(tǒng)
root@ubuntu:/home/a40i/lichee# tar xvf rootfs-a40i.tar.gz
2.3、配置編譯選項
執(zhí)行命令:hui@ubuntu:/home/a40i/lichee$ sudo ./build.sh config
2.4、編譯內核
命令:hui@ubuntu:/home/a40i/lichee$ sudo ./build.sh -m kernel
編譯過程中提示報錯
執(zhí)行命令:hui@ubuntu:/home/a40i/lichee$ sudo apt-get install u-boot-tools
繼續(xù)編譯,編譯內核成功
2.5、文件系統(tǒng)打包
對壓縮的文件系統(tǒng)進行打包處理
hui@ubuntu:/home/a40i/lichee$ sudo ./build.sh -m pack_rootfs
2.6、鏡像打包
對上面編譯的完成的文件進行鏡像打包,生成鏡像文件
hui@ubuntu:/home/a40i/lichee$ sudo ./build.sh pack
-
飛凌
+關注
關注
0文章
134瀏覽量
16135
發(fā)布評論請先 登錄
相關推薦
評論