|
【Android】
AIO-3399Pro编译Android9.0源码失败
发表于 2021-6-23 14:39:42
浏览:7905
|
回复:6
打印
只看该作者
[复制链接]
楼主
<1>
ubuntu环境搭建完全按照wiki教程Android9.0源码从
https://wiki.t-firefly.com/AIO-3399ProC/compile_android9.0_firmware.html下载过来的
md5校验正确
<2>解压与更新步骤
cd ~/proj/
7z x ./rk3399pro_firefly_android9.0_20191126.7z.001 -oAIO-3399Pro
cd ./AIO-3399Pro
git reset --hard
<3>编译 ./FFTools/make.sh -d rk3399pro-firefly-aioc-lvds-HSX101H40C -j8 -l rk3399pro_firefly_aioc_lvds-userdebug从提示来看,编译uboot与内核是成功的,错误出现在编译安卓的步骤: Image: resource.img (with rk3399pro-firefly-aioc-lvds-HSX101H40C.dtb logo.bmp logo_kernel.bmp) is ready
Image: boot.img (with Image resource.img) is ready
Image: zboot.img (with Image.lz4 resource.img) is ready
/home/work/ftp/Android9.0/AIO-3399Pro
including device/generic/car/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips64/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/uml/vendorsetup.sh
including device/google/cuttlefish/vendorsetup.sh
including device/google/marlin/vendorsetup.sh
including device/google/muskie/vendorsetup.sh
including device/google/taimen/vendorsetup.sh
including device/linaro/hikey/vendorsetup.sh
including device/rockchip/rk3399pro/vendorsetup.sh
including sdk/bash_completion/adb.bash
^[abuild/make/core/product_config.mk:234: error: Can not locate config makefile for product "rk3399pro_firefly_aioc_lvds".
23:30:01 dumpvars failed with: exit status 1
直观理解应该是没找到config对应的makefile文件,第1次用这个,不知道该如何解决
|
|