WEB开发网
开发学院手机开发Android 开发 Android 开发环境建立-ARM编译器安装 阅读

Android 开发环境建立-ARM编译器安装

 2010-06-22 02:27:00 来源:WEB开发网   
核心提示:编译bootloader和Linux Kernel是采用的是独立的ARM交叉编译器,可以在 \10.4.69.249androidepoarm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 获得,Android 开发环境建立-ARM编译器安装,编

编译bootloader和Linux Kernel是采用的是独立的ARM交叉编译器,可以在 \10.4.69.249androidepoarm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 获得。编译Android根文件系统和SDK使用的是Android系统自带的交叉编译环境。

使用如下命令安装交叉编译器,建议安装在 /usr/local/ 目录下(需具有root权限)。

[root]$ cd /usr/local/

[root]$ tar xjvf /arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2

将交叉编译器的路径添加到对应用户名的.bash_profile 文件中。

[root]$ cd

[root]$ vim .bash_profile

修改其中的PATH一行,在末尾增加交叉编译器的路径,例如:

PATH=$PATH:/usr/local/bin/arm-2008q3/bin

运行如下命令检查交叉编译器是否安装成功,得到如下结果表示安装已经成功。

[root]$ arm-none-linux-gnueabi-gcc ?version

arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2008q3-72) 4.3.2

Copyright (C) 2008 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Tags:Android 开发 环境

编辑录入:coldstar [复制链接] [打 印]
赞助商链接