|
RK3288 编译android 没有生成system.img
发表于 2015-8-26 09:53:40
浏览:11965
|
回复:8
打印
只看该作者
[复制链接]
楼主
如题,make的时候没有生成system.img,也没有报错试了多次都一样。
Note: Recompile with -Xlint:unchecked for details.
100 warnings
Preparing output jar [/home/zhsun/proj/firefly-rk3288/out/target/common/obj/APPS/Mms_intermediates/proguard.classes.jar]
Copying resources from program jar [/home/zhsun/proj/firefly-rk3288/out/target/common/obj/APPS/Mms_intermediates/classes.jar]
patch 0 is 207 bytes (of 6307850)
patch 1 is 2935154 bytes (of 1183764)
patch 2 is 186 bytes (of 12258)
chunk 0: normal ( 0, 6307850) 207
chunk 1: deflate ( 6307850, 4263826) 2935154 (null)
chunk 2: normal ( 10571676, 12388) 186
zhsun@ubuntu64:~/proj/firefly-rk3288$ ls /home/zhsun/proj/firefly-rk3288/out/target/product/rk3288/system/
app build.prop fonts lib media tts vendor
bin etc framework manifest.xml priv-app usr xbin
zhsun@ubuntu64:~/proj/firefly-rk3288$ sudo ./mkimage.sh
TARGET_PRODUCT=rk3288
TARGET_HARDWARE=rk30board
system filesysystem is ext4
create boot.img without kernel... done.
create recovery.img with kernel and with out resource... done.
create misc.img.... done.
create system.img... ls: cannot access /home/zhsun/proj/firefly-rk3288/out/target/product/rk3288/system.img: No such file or directory
./mkimage.sh: line 91: [: -gt: unary operator expected
Please make first!!!
|
|