|
【技术讨论】
rk3308 32位 编译rootfs时,提示adbd是64位。
发表于 2020-6-18 22:26:17
浏览:6470
|
回复:4
打印
只看该作者
[复制链接]
楼主
在按照《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提供吗?
|
|