Android内核的编译与测试

Posted 郭润

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android内核的编译与测试相关的知识,希望对你有一定的参考价值。

1、下载android内核

 source.android.com/source->Downloading and Building Building Kernels

大概要花2个小时,其源码在培训软件里面的 Android模拟器使用的Linux-3.10版本内核源码

复制到Ubuntu,并解压之。进入该目录

这是Android源代码已经自带好的交叉工具链,只需要把它加入到path环境变量即可。

sudo gedit /etc/profile

source /etc/profile

测试:

2、编译Android内核

下面去编译Linux内核:

查看有没有默认的配置文件:

因为没有指定ARCH=arm,它默认采用x86平台

下面配置并编译

3、测试Android内核

 

以上是关于Android内核的编译与测试的主要内容,如果未能解决你的问题,请参考以下文章

android 如何编译overlay

第8章 Android 4.0系统的下载与编译

android改机教程

第八章

为啥delphi xe8 编译android软件非常慢

Android内核的编译和调试