[问题] export

楼主: hardware (哈味)   2016-07-16 11:32:16
最近想编译 Android Kernel
Readme.txt
里面说要export 这些东西
其中不晓得 TOP跟PATH要填些什么?
感谢大大
export TOP= [where you installed the toolchain or top of android AOSP code
base]
export
PATH=$TOP/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin:$PATH
(use corresponding arm-eabi bin path)
export ARCH=arm64
export SUBARCH=arm64
export CROSS_COMPILE=aarch64-linux-android-4.9
作者: final01 (牛顿运动定律)   2016-07-16 11:37:00
就是找个toolchain阿...
楼主: hardware (哈味)   2016-07-16 12:06:00
可以再详细一点吗 我不太懂toolchain
作者: HamalAri (哈马‧阿里)   2016-07-16 15:00:00
你要cross compile总不可能把你的系统改成可以编arm架构的系统,这样太麻烦又容易出包,所以就有人做了toolchain (通常是弄成build root) 这样你一抓来就可以马上用然后你要设定一下你toolchain 放在哪,这样make才会动如果是buildroot的话TOP和PATH应该是同一位置只差子目录如果你分开抓就看你当初解压缩后放哪
作者: Bencrie   2016-07-16 16:01:00
TOP 填你的 AOSP source tree 位置

Links booklink

Contact Us: admin [ a t ] ucptt.com