zyl2008_3 发表于 2017-8-15 12:53:03

编译RK3288 5.1的系统不通过

我按照你们官方说明编译5.1系统时,出现如下错误

Notice file: external/stlport/NOTICE -- out/target/product/rk3288_box/obj/NOTICE_FILES/src//system/lib/libstlport.so.txt
Fake: out/target/product/rk3288_box/obj/FAKE/charger_res_images_intermediates/charger_res_images-timestamp
make: *** No rule to make target `kernel/arch/arm/boot/zImage', needed by `out/target/product/rk3288_box/kernel'.Stop.
make: *** Waiting for unfinished jobs....
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.
1 warning
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.
   
zyl@ubuntu:~/proj/rk3288_android5.1$ ./mkimage.sh
TARGET_PRODUCT=rk3288_box
TARGET_HARDWARE=rk30board
IMG_TARGET=all , ota = withoutkernel
system filesysystem is ext4
kernel image not fount!
copy kernel from TARGET_PREBUILT_KERNEL (y/n) n to exit?y
fatal! TARGET_PREBUILT_KERNEL not eixit! cp: cannot stat ‘kernel/arch/arm/boot/zImage’: No such file or directory

这什么问题啊

QQ2259419349 发表于 2017-8-16 15:11:21

步骤错了吗?

gouge102 发表于 2019-8-12 12:21:07

您好,请问您的问题解决了吗?我现在也遇到了这个问题,可以分享下您的经验吗,谢谢您了

jpchen 发表于 2019-8-13 10:14:26

gouge102 发表于 2019-8-12 12:21
您好,请问您的问题解决了吗?我现在也遇到了这个问题,可以分享下您的经验吗,谢谢您了

先编译内核,或是按wiki来
http://wiki.t-firefly.com/zh_CN/Firefly-RK3288/compile_android.html

gouge102 发表于 2019-8-13 11:14:07

jpchen 发表于 2019-8-13 10:14
先编译内核,或是按wiki来
http://wiki.t-firefly.com/zh_CN/Firefly-RK3288/compile_android.html

好的,我就是按照wiki来的,会出现问题,最后发现是kernel里面有一个源码有问题,会导致报错,改正后可以编译成功,但是烧写进板子后,板子现在会一直卡在firefly进不去系统,尴尬
页: [1]
查看完整版本: 编译RK3288 5.1的系统不通过