Firefly开源社区

标题: Android5.1源码编译问题 [打印本页]

作者: surface    时间: 2017-6-29 14:28
标题: Android5.1源码编译问题
1,该源码第一次全编译通过,接着我修改framwork下某一个地方的源码后再次编译就失败,首先可以保证源码修改是绝对没有问题的,仅仅是一句无效语句而已。
2,加入修改源码后只想编译修改的部分,比如framwork、kernel等,如何仅重新生成system.img或kernel.img等相关的img文件,能否给个相关的操作说明;
3,能否提供一份你们源码的编译流程的详细说明,比如是如何编译的,先编译什么后编译什么、img文件是如何生成的、以及最后是如何打包的等等一系列的流程;
作者: surface    时间: 2017-6-29 14:34
本帖最后由 surface 于 2017-6-29 14:39 编辑

问题补充:编译报错信息如下:

Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.


作者: 小艹    时间: 2017-7-4 15:03
  1. make update-api  
  2. make -j8
  3. ./mkimage.sh
复制代码

作者: babylv1    时间: 2017-8-17 20:41
如果你确定你第一次变异通过以及不是代码问题,在编译前可以用make clean命令清楚上一次编译,不清除可能会有一些奇怪的问题,清除之后严格按照wiki的教程再编译




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1