
Android嵌入式系统开发
文章平均质量分 57
sanlinux
这个作者很懒,什么都没留下…
展开
-
Android源码编译反思
【初步构想】 如果是在一台PC上先完整的编译一次Android源码,然后将整个编译好的源码移到另一台PC,然后再在移到的PC上编译,这样估计是可以减少时间的吧? 【初步测试】 初步测试结果,很令我感动意外,似乎所花费的时间跟make clean后,再make所花的时间差不多,这是为啥呢?看来得好好研究一下make的规则。 【今天测试进展-原创 2009-10-22 22:33:00 · 7636 阅读 · 5 评论 -
Android启示录
Android启示录原创 2010-08-30 21:34:00 · 729 阅读 · 0 评论 -
如何加入Android开发社区
<br />在成功订阅了Linux内核开发的邮件列表后,感觉对Linux的开发有了更多的认识。而自己对Android的开发也比较关注,所以在网上找找有没有类似Linux内核开发的邮件列表,结果功夫不负有心人,果然有!贴出来与大家分享。<br />http://source.android.com/community/<br />HomeSourcePortingCompatibilityCommunityAboutAndroid.com Android Community<br />Welcome to t翻译 2011-03-13 23:09:00 · 1231 阅读 · 0 评论 -
linux-2.6.30.4移植至2440开发板经验谈
一、下载linux-2.6.30.4源码,并解压ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.4.tar.gz tar zxvf linux-2.6.30.4.tar.gz 并且下载支持ARM的补丁文件,给标准内核打上ARM补丁。 ftp://ftp.arm.linux.org.uk/pub/lin原创 2009-11-22 19:14:00 · 2950 阅读 · 1 评论 -
推荐http://elinux.org/Main_Page
"Welcome to the eLinux wiki! The purpose of this wiki is to preserve and present information about the development and use of Linux in embed原创 2011-09-21 13:07:03 · 738 阅读 · 0 评论 -
史上最经典的Linux内核学习方法论
本文转自:http://blog.chinaunix.net/space.php?uid=22891521&do=blog&cuid=2389534经典书籍 待到山花烂漫时,还是那些经典在微笑。 有关内核的书籍可以用汗牛充栋来形容,不过只有一些经典转载 2011-09-21 22:46:56 · 768 阅读 · 0 评论 -
Google to Android Developers: 'Do Not Develop in the Open'
http://www.readwriteweb.com/hack/2011/09/google-to-android-developers-d.phpIn a legal filing in U.S. District Court in San Francisco翻译 2011-10-12 13:24:14 · 663 阅读 · 0 评论 -
An alternative to suspend blockers
http://lwn.net/Articles/416690/If you have been following Linux kernel development over the past few months, it has been hard to overl翻译 2011-10-04 12:37:26 · 1336 阅读 · 0 评论 -
Android Kernel Download
http://elinux.org/Android_Kernel_DownloadMain Google Android KernelsThe main Google repository with Android source code is at: h翻译 2011-10-04 13:05:30 · 1407 阅读 · 0 评论 -
第六届中国Linux内核开发者大会10月南京召开
http://news.youkuaiyun.com/a/20110923/304877.html第六届中国Linux内核开发者大会(China Linux Kernel Developer Conference,简称CLK),将于2011年10月16日在南京大学召开。本届大会由南京转载 2011-10-04 21:33:05 · 4518 阅读 · 0 评论 -
Greg Kroah-Hartman: Android and the Linux kernel community
http://lwn.net/Articles/372419/Greg Kroah-Hartman: Android and the Linux kernel community[Posted February 3, 2010 by jake]翻译 2011-10-04 12:33:21 · 3064 阅读 · 0 评论 -
Android Issues List
http://code.google.com/p/android/issues/list原创 2011-10-07 13:11:37 · 964 阅读 · 0 评论 -
Android源码及Kernel下载地址(非android.git.kernel.org)
hello, try instructions on this blog:http://php.webtutor.pl/en/2011/09/05/kernel-org-hacked-how-to-get-android-repo/Actually there is an anroid mirror here:https://www.codeaurora.org/gitweb/qu原创 2011-10-08 18:16:56 · 1954 阅读 · 0 评论 -
下载 Android 源代码 (2011-09-24 00:17)
http://blog.chinaunix.net/space.php?uid=24439730&do=blog&id=2898346 上周换了Linux系统,然后去下载Android源代码,步骤大家都知道了,不多说,不过在安装完repo之后想去下载提示连接失败,最后网上人说android.git.kernel.org网站被黑了,不过好像不是,据说是应为Google 跟kernel转载 2011-10-25 23:13:19 · 1309 阅读 · 0 评论 -
建本地 repo server
本文转自:http://xxw8393.blog.163.com/blog/static/372568342011112111028926/,感谢作者分享。首先 建立一个git server 参考前面的gentoo git server搭建过程制作android服务器镜像view plaincopy to clipboardprint?转载 2011-11-27 14:49:34 · 1110 阅读 · 0 评论 -
使用eclipse跟踪调试Android源码及其.classpath的作用分析
使用eclipse跟踪调试Android源码及其.classpath的作用分析原创 2010-07-31 09:50:00 · 2141 阅读 · 4 评论 -
配合eclim的Android纯命令行开发流程
在开发Android的程序员中,应该说使用Eclipse或者Netbean的是最多的。考虑到Google推出了一整套开发插件,让用户从项目到写代码到编译运行链接模拟器一气呵成,用Eclipse这样的IDE无可厚非。不过,总有一些用户不喜欢IDE,不想用类似于Eclipse的方式开发,他们的想法包括任何编辑器都比不上vim/emacs转载 2010-07-31 11:59:00 · 2955 阅读 · 0 评论 -
eclim的编译安装及其使用
eclim的编译安装及其使用原创 2010-07-31 11:36:00 · 5479 阅读 · 0 评论 -
【转贴】Android Building System 分析
想要了解一個系統,我常會從 makefile 或是 building system 下手,以了解系統組成元素為何? 目錄結構為何? 對於 Android ,我也不例外。透過了解 building system ,我們能知道如何新增、修改、刪除程式,並保有完整性,順利編譯出結果。 設定檔 Android building system 包括幾種重要的設定檔, Andr转载 2009-10-22 22:56:00 · 1390 阅读 · 0 评论 -
Android Makefile的常用写法总结
前段时间编写过一些Android的Makefile,当时比较忙没时间总结,趁现在有时间就总结一下。原创 2009-10-26 23:08:00 · 917 阅读 · 1 评论 -
Android模块化编译
1、我们平常在编译Android源码,有时并不需要编译整个Android源码,而只需要编译模个模块,这是可以使用mmm工具来编译。其使用方法是:mmm ,如编译frameworks下的所有文件,则可以这样子:. build/envsetup.sh && choosecombo 1 1 2 3 &&export ANDROID_JAVA_HOME=$JAVA_HOME && mmm fr原创 2009-11-03 20:58:00 · 2792 阅读 · 0 评论 -
Android系统移植准备
1、VIVI-bootloader编译2、linux 内核编译3、Android文件系统的提取原创 2009-11-03 21:26:00 · 817 阅读 · 0 评论 -
Android源码Makefile分布统计
1、执行如下指令可以统计Android源码目录下的 所有的mk文件的总数及其内容(这是分析源码的很好的工具)for i in `find . -maxdepth 1 -type d`do echo $i mkdir -p ~/Desktop/android_mk/$i find $i -type f -name "*.mk" -print | echo -e ""$i"原创 2009-11-04 21:42:00 · 1810 阅读 · 0 评论 -
Android Makefile的分类
虽然Android Makefile总共有一千多个,但按照产生的目标文件的类型来分,主要有以下五种类型:1、目标文件为静态库2、目标文件为动态库3、目标文件为Jar压缩包4、目标文件为可执行文件5、目标文件为APK原创 2009-11-04 22:24:00 · 997 阅读 · 0 评论 -
Busybox及其嵌入式系统的制作
1、busybox作用2、busybox编译项说明及编译3、向编译后的busybox中加入内容,完善文件系统4、使用工具制作文件系统原创 2009-11-07 09:01:00 · 776 阅读 · 0 评论 -
busybox编译心得
今天在Ubuntu9.04上编译busybox,执行make menuconfig后发现了如下错误scripts/kconfig/lxdialog/checklist.c:283: warning: implicit declaration of function ‘delwin’ scripts/kconfig/lxdialog/checklist.c:287: error:原创 2009-11-21 09:59:00 · 877 阅读 · 0 评论 -
Busybox编译及其yaffs2文件系制作
一、Busybox编译(版本busybox-1.13.0) 1、在环境变量中设置交叉编译器 的路径(版本cross-4.3.3)2、make menuconfig设置CROSS COMPILE为arm-linux- 3、make install即可在_install目录下生成bin sbin usr(bin,sbin)及其linuxrc文件 (该文件链接到/bin/原创 2009-11-21 12:01:00 · 2124 阅读 · 0 评论 -
如何使用arm-eabi-gdb调试android c/c++程序
如何使用arm-eabi-gdb调试android c/c++程序原创 2010-07-10 16:35:00 · 4848 阅读 · 1 评论 -
Android中使用arm-eabi-gdb和vim进行调试
Android中使用arm-eabi-gdb和vim进行调试原创 2010-07-10 21:31:00 · 3956 阅读 · 0 评论 -
如何使用gdb结合qemu调试linux内核源码
如何使用gdb结合qemu调试linux内核源码原创 2010-07-11 18:10:00 · 2792 阅读 · 0 评论 -
qemu+gdb+ddd调式linux-0.11源码
qemu+gdb+ddd调式linux-0.11源码原创 2010-07-13 23:07:00 · 1603 阅读 · 0 评论 -
Apache Ant安装及其使用
Apache Ant安装及其使用原创 2010-07-31 10:30:00 · 3291 阅读 · 0 评论 -
Android kernel Download
当我们按照http://source.android.com/source/downloading.html下载完源码后,并没有看到linux kernel的源码,因而,需要单独下载,下载方法git clone http://android.googlesource.com/kernel/common.git。在Android源码子目录下有许多.git文件,这代表整个源码是由许多git仓库组成原创 2011-11-27 14:34:28 · 1272 阅读 · 0 评论