在按照《Rockchip_RK3308_Developer_Guide_Linux_32Bit_Build_CN.pdf》编译32位的rootfs
需要使用adb, 所以打开:BR2_PACKAGE_ADBD=y
在编译中报错:
adbd Extracting
adbd Patching
adbd Configuring
adbd Building
adbd Installing to target
/usr/bin/install -D package/rockchip/adbd/adbd /home/lifong/rk3308-linux-firefly-32bit/buildroot/output/rockchip_rk3308_32_debug/target/usr/bin/adbd
ERROR: architecture for “/usr/bin/adbd” is “AArch64”, should be “ARM”
请问目录buildroot/package/rockchip/adbd下64位的adbd,是否是sdk自带的预先编译好的?
有相应的32的adbd提供吗?