本地编译全志R系列的步骤(Ubuntu16.04.4版本)

本地编译全志R系列的步骤(Ubuntu16.04.4版本)

2018/6/14 9:32

版本:V1.0

0、获取全志R系列的Android源码包:

请通过渠道/代理商/方案公司获取全志R系列的Android源码包。

1、安装ubuntu

已经验证过的系统:ubuntu-16.04.4-desktop-amd64.iso

ubuntu的官方下载地址(喜欢中文优化版本的,可以选择麒麟版本):

http://releases.ubuntu.com/releases/16.04/

http://cdimage.ubuntu.com/releases/

http://old-releases.ubuntu.com/releases/lucid/

http://cn.ubuntu.com/

http://www.ubuntukylin.com/

https://www.ubuntu.com/download/ubuntu-kylin

如果没有特殊理由,推荐使用ubuntu长期支持的版本(LTS版本:比如ubuntu12.04/14.04/16.04/18.04)。

安装Ubuntu的教程请参考:

http://digi.163.com/11/0127/18/6RE3LQL400162OUT.html

图文教程:手把手教你用U盘安装Ubuntu

http://www.linuxidc.com/Linux/2012-11/74695.htm

U盘安装Ubuntu 12.10

http://jingyan.baidu.com/article/a3761b2b66fe141577f9aa51.html

怎么用u盘安装ubuntu

手动分区的建议设置:

/boot  推荐500MB。分配100MB是不够的!222MB也会报告/boot分区容量不足的问题,以后有空看看/boot分区都存了些啥!

swap   交换分区 4G

/home  剩下的容量()

/      注意这里需要设置为主分区!!!!(20GB)

小知识:

查看ubuntu的版本:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ cat /etc/issue

Ubuntu 16.04.4 LTS \n \l

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ uname -a

Linux rootroot-Lenovo-IdeaPad-S410 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

http://www.360doc.com/content/13/0921/23/6496277_316103639.shtml

查看ubuntu是32位还是64位的方法及其版本号

http://www.cnblogs.com/zero1665/archive/2010/05/24/1742962.html

查看ubuntu版本号

获取当前电脑配置的IP地址:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ ifconfig

enp1s0    Link encap:以太网  硬件地址 f0:76:1c:14:a5:c7  

          UP BROADCAST MULTICAST  MTU:1500  跃点数:1

          接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0

          发送数据包:0 错误:0 丢弃:0 过载:0 载波:0

          碰撞:0 发送队列长度:1000

          接收字节:0 (0.0 B)  发送字节:0 (0.0 B)

lo        Link encap:本地环回  

          inet 地址:127.0.0.1  掩码:255.0.0.0

          inet6 地址: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:65536  跃点数:1

          接收数据包:39772 错误:0 丢弃:0 过载:0 帧数:0

          发送数据包:39772 错误:0 丢弃:0 过载:0 载波:0

          碰撞:0 发送队列长度:1000

          接收字节:2945369 (2.9 MB)  发送字节:2945369 (2.9 MB)

wlp2s0    Link encap:以太网  硬件地址 30:10:b3:df:af:69  

          inet 地址:192.168.0.104  广播:192.168.0.255  掩码:255.255.255.0

          inet6 地址: fe80::5c04:4f5d:80d7:b5f4/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  跃点数:1

          接收数据包:240642 错误:0 丢弃:0 过载:0 帧数:0

          发送数据包:141332 错误:0 丢弃:0 过载:0 载波:0

          碰撞:0 发送队列长度:1000

          接收字节:285174750 (285.1 MB)  发送字节:14994647 (14.9 MB)

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

2、全志R系列的android的环境搭建:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo passwd root

[sudo] rootroot 的密码:

输入新的 UNIX 密码:

重新输入新的 UNIX 密码:

passwd:已成功更新密码

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

(1)

sudo apt-get update

sudo apt-get upgrade

(2)

首先安装openssh-server,这样就可以在Windows下通过SSH软件连接Ubuntu的电脑操作了。

sudo apt-get install openssh-server

(3)

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install samba

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ samba --version

Version 4.3.11-Ubuntu

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ ps -e | grep smb

 6273 ?        00:00:00 smbd

 6276 ?        00:00:00 smbd

 6279 ?        00:00:00 smbd

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ cd /etc/samba/

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$ ll

总用量 36

drwxr-xr-x   3 root root  4096 6月   7 15:06 ./

drwxr-xr-x 131 root root 12288 6月   7 15:21 ../

-rw-r--r--   1 root root     8 3月   7 18:43 gdbcommands

-rw-r--r--   1 root root  9542 6月   7 15:06 smb.conf

drwxr-xr-x   2 root root  4096 3月   7 18:41 tls/

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$ sudo cp smb.conf smb.conf.bak1

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$ sudo vi smb.conf

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$

最后面加入:

[rootroot]

comment=rootroot Shared Folder

path=/

#public=yes

writable=yes

#readonly=yes

valid users=rootroot

create mask=0700

directory mask=0700

available=yes

browseable=yes

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$ sudo smbpasswd -a rootroot

New SMB password:

Retype new SMB password:

Added user rootroot.

rootroot@rootroot-Lenovo-IdeaPad-S410:/etc/samba$

现在你就可以在WIN7下将:\\192.168.0.104\rootroot\home\rootroot映射为L盘了!

(4)

增强工具(可选):右键打开终端(已经内置在系统中了):

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install nautilus-open-terminal

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

没有可用的软件包 nautilus-open-terminal,但是它被其它的软件包引用了。

这可能意味着这个缺失的软件包可能已被废弃,

或者只能在其他发布源中找到

然而下列软件包会取代它:

  gnome-terminal:i386 gnome-terminal

E: 软件包 nautilus-open-terminal 没有可安装候选

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

         

(5)

安装编译全志的android4所需要的软件:

安装前:

rootroot@rootroot-x99:~$ gcc -v

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper

Target: x86_64-linux-gnu

Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu

Thread model: posix

gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 

rootroot@rootroot-x99:~$

rootroot@rootroot-x99:~$ g++ -v

程序“g++”尚未安装。 您可以使用以下命令安装:

sudo apt-get install g++

rootroot@rootroot-x99:~$

sudo apt-get install git-core

sudo apt-get install gnupg

sudo apt-get install flex

sudo apt-get install bison

sudo apt-get install gperf

sudo apt-get install build-essential

sudo apt-get install zip

sudo apt-get install curl

sudo apt-get install libc6-dev

sudo apt-get install libncurses5-dev

sudo apt-get install x11proto-core-dev

sudo apt-get install libx11-dev:i386

sudo apt-get install libreadline6-dev:i386

sudo apt-get install libgl1-mesa-glx:i386

sudo apt-get install libgl1-mesa-dev

sudo apt-get install g++-multilib

sudo apt-get install tofrodos

sudo apt-get install python-markdown

sudo apt-get install libxml2-utils

sudo apt-get install xsltproc

sudo apt-get install zlib1g-dev:i386

sudo apt-get install zlib1g-dev

sudo apt-get install lib32ncurses5-dev

sudo apt-get install lib32z1(代替:ia32-libs)

sudo apt-get install libx11-dev

sudo apt-get install lib32readline-gplv2-dev

sudo apt-get install lib32z1-dev

sudo apt-get install libreadline6-dev

sudo apt-get install libgl1-mesa-glx

sudo apt-get install u-boot-tools(代替:uboot-mkimage)

sudo apt-get install gcc-4.8

sudo apt-get install g++-4.8

sudo apt-get install gcc-4.8-multilib

sudo apt-get install g++-4.8-multilib

sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install mingw32

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

E: 无法定位软件包 mingw32

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install lib32readline-gplv2-dev

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

没有可用的软件包 lib32readline-gplv2-dev,但是它被其它的软件包引用了。

这可能意味着这个缺失的软件包可能已被废弃,

或者只能在其他发布源中找到

E: 软件包 lib32readline-gplv2-dev 没有可安装候选

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

(以下4个不要安装)

sudo apt-get install gcc-4.5-arm-linux-gnueabihf

sudo apt-get install gcc-arm-linux-gnueabihf

sudo apt-get install g++-arm-linux-gnueabihf

sudo apt-get install c++-arm-linux-gnueabihf

6、安装开发工具  

6.1、安装代码比较工具  

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install meld

6.2、编译tina的系统

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install libssl-dev

3、安装JDK1.6:jdk-6u45-linux-x64.bin

(1)

安装JDK1.6,使用如下命令

sudo chmod u+x jdk-6u45-linux-x64.bin  

sudo cp -a jdk-6u45-linux-x64.bin /opt  

sudo /opt/jdk-6u45-linux-x64.bin  

sudo rm -f /opt/jdk-6u45-linux-x64.bin

(2)

设置JDK环境变量,在HOME根目录下按键盘Crtr+H显示HOME目录下所有文件,打开.bashrc,在最后加入以下代码

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ cp .bashrc bak_orig.bashrc

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ vi .bashrc

在最后面加入:

#set java environment

export JAVA_HOME=/opt/jdk1.6.0_45

export JRE_HOME=$JAVA_HOME/jre

export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JRE_HOME/lib

export PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin

(3)

测试JDK是否安装成功,使用命令java -version 如果显示(需要注销,或者重启ubuntu系统)

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ java --version

Unrecognized option: --version

Could not create the Java virtual machine.

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ java -version

java version "1.6.0_45"

Java(TM) SE Runtime Environment (build 1.6.0_45-b06)

Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

则JDK安装成功。

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo cp jdk-6u45-linux-x64.bin /opt/

[sudo] rootroot 的密码:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ cd /opt/

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$ ll

总用量 70408

drwxr-xr-x  2 root root     4096 6月   7 15:38 ./

drwxr-xr-x 26 root root     4096 6月   7 15:13 ../

-rwx------  1 root root 72087592 6月   7 15:38 jdk-6u45-linux-x64.bin*

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$ sudo chmod 777 jdk-6u45-linux-x64.bin 

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$

rootroot@rootroot-Lenovo-IdeaPad-S410:/opt$ sudo ./jdk-6u45-linux-x64.bin

4、安装JDK7:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install openjdk-7-jdk

[sudo] rootroot 的密码:

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

没有可用的软件包 openjdk-7-jdk,但是它被其它的软件包引用了。

这可能意味着这个缺失的软件包可能已被废弃,

或者只能在其他发布源中找到

E: 软件包 openjdk-7-jdk 没有可安装候选

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo add-apt-repository ppa:openjdk-r/ppa

 更多信息: https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa

按回车继续或者 Ctrl+c 取消添加

gpg: 钥匙环‘/tmp/tmpi9j8_l2o/secring.gpg’已建立

gpg: 钥匙环‘/tmp/tmpi9j8_l2o/pubring.gpg’已建立

gpg: 下载密钥‘86F44E2A’,从 hkp 服务器 keyserver.ubuntu.com

gpg: /tmp/tmpi9j8_l2o/trustdb.gpg:建立了信任度数据库

gpg: 密钥 86F44E2A:公钥“Launchpad OpenJDK builds (all archs)”已导入

gpg: 合计被处理的数量:1

gpg:               已导入:1  (RSA: 1)

OK

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get update

命中:1 http://cn.archive.ubuntu.com/ubuntu xenial InRelease                                 

获取:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]                                           

获取:3 http://cn.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]

获取:4 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial InRelease [17.5 kB]         

获取:5 http://cn.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]                                                   

获取:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main amd64 Packages [4,564 B]

获取:7 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [785 kB]         

获取:8 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main i386 Packages [4,572 B]

获取:9 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [720 kB]                    

获取:10 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [632 kB]              

获取:11 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [578 kB]                

获取:12 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial/main Translation-en [1,452 B]

已下载 3,066 kB,耗时 5秒 (522 kB/s)                                       

正在读取软件包列表... 完成

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install openjdk-7-jdk

断开SSH终端连接重新连接:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ java --version

Unrecognized option: --version

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ java -version

java version "1.7.0_95"

OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-3)

OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

5、Ubuntu14.04下还需要安装:sudo apt-get install libswitch-perl

http://www.cnblogs.com/kobe8/p/3998379.html

在Ubuntu14.04上编译Android4.0.1出现的几个问题 sudo apt-get install libswitch-perl

(1)、 出错以下出错信息:

Import includes file: out/target/product/mx3/obj/STATIC_LIBRARIES/libwebcore_intermediates/import_includes  

target Generated: libwebcore <= external/webkit/Source/WebCore/css/tokenizer.flex  

<span style="rgb(255, 255, 51);">Can't locate Switch.pm in @INC (you may need to install the Switch module)</span> (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at external/webkit/Source/WebCore/make-hash-tools.pl line 23.  

BEGIN failed--compilation aborted at external/webkit/Source/WebCore/make-hash-tools.pl line 23.  

Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at external/webkit/Source/WebCore/make-hash-tools.pl line 23.  

BEGIN failed--compilation aborted at external/webkit/Source/WebCore/make-hash-tools.pl line 23.  

make: *** [out/target/product/mx3/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/DocTypeStrings.cpp] Error 2  

make: *** Waiting for unfinished jobs....  

make: *** [out/target/product/mx3/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/platform/ColorData.cpp] Error 2  

target Generated: libwebcore <= external/webkit/Source/WebCore/html/parser/HTMLEntityNames.in  

解决方法是安装perl的switch库:

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install libswitch-perl

6、将shell从DASH切换到BASH:

http://blog.csdn.net/smilettxp/article/details/19118057?reload

ubuntu 12.04编译MTK6582——FAQ

现象:

加载MT6582_Android_scatter.txt文件后,Flash_tool无法显示下载内容时,查看XXXX_preloader.log中有如下提示:

/bin/sh: 1: [: -a: unexpected operator

awk: line 4: function strtonum never defined

awk: line 4: function strtonum never defined

解决办法:/bin/sh: 1: [: -a: unexpected operator 分析原因为/bin/sh的链接到/bin/dash,而不是/bin/bash(可以用命令ls /bin/sh -lh查看链接的时bash还是dash)

修改sh默认指向到/bin/bash,如下:

sudo dpkg-reconfigure dash 选择no,即可。

awk:line的解决办法是安装gnu awk,如下:

sudo apt-get install gawk 即可。

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ ls /bin/sh -lh

lrwxrwxrwx 1 root root 4 6月   7 11:34 /bin/sh -> dash

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo dpkg-reconfigure dash

正在删除 dash 导致 /bin/sh 转移到 /bin/sh.distrib

正在添加 bash 导致 /bin/sh 转移到 /bin/sh.distrib

正在删除 dash 导致 /usr/share/man/man1/sh.1.gz 转移到 /usr/share/man/man1/sh.distrib.1.gz

正在添加 bash 导致 /usr/share/man/man1/sh.1.gz 转移到 /usr/share/man/man1/sh.distrib.1.gz

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ ls /bin/sh -lh

lrwxrwxrwx 1 root root 4 6月   7 15:23 /bin/sh -> bash

rootroot@rootroot-Lenovo-IdeaPad-S410:~$

rootroot@rootroot-Lenovo-IdeaPad-S410:~$ sudo apt-get install gawk

7、编译及其步骤(请参考R系列具体的编译手册):

          

参考资料:

http://www.linuxidc.com/Linux/2014-04/100645.htm

Ubuntu 14.04 LTS下安装Google Chrome浏览器

http://blog.csdn.net/man_embedded/article/details/40111023

linux下编译MTK android的环境搭建

http://jingyan.baidu.com/article/624e7459abb8eb34e8ba5aa2.html

Ubuntu10.04搭建MTK android编译环境

http://blog.csdn.net/doon/article/details/8053174

ubuntu 12.04 64位设置兼容32位的实现

http://blog.csdn.net/yimiyangguang1314/article/details/39996851

Ubuntu 12.04 64bit 无法识别交叉编译器解决办法

http://pkgs.org/download/ia32-libs

ia32-libs Download (DEB)

http://source.android.com/source/initializing.html

Initializing a Build Environment

http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide

TI-Android-JB-4.2.2-DevKit-4.1.1 DeveloperGuide

https://www.virtualbox.org/

virtualbox

猜你喜欢

转载自www.cnblogs.com/wb4916/p/9181818.html