ubuntu20.04编译高通平台adsp失败信息如下:
Hexagon tool version major: 8
** INFO: Loading PLATFORM scripts...
** INFO: Platform building for: adsp
!! ERROR: qaic builder: couldn't find qaic exe for your host. tried: ['/home/yiweicheng/yiweicheng_share/k1/sdm429w_bsp/ADSP.VT.3.0.5/adsp_proc/platform/qaic/Darwin/qaic', '/home/yiweicheng/yiweicheng_share/k1/sdm429w_bsp/ADSP.VT.3.0.5/adsp_proc/platform/qaic/Ubuntu16/qaic', '/home/yiweicheng/yiweicheng_share/k1/sdm429w_bsp/ADSP.VT.3.0.5/adsp_proc/platform/qaic/Ubuntu18/qaic', '/home/yiweicheng/yiweicheng_share/k1/sdm429w_bsp/ADSP.VT.3.0.5/adsp_proc/platform/qaic/WinNT/qaic.exe']
原因:Ubuntu 20.04 系统中已把libffi6 升级为 libffi7
解决方法: sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.7 /usr/lib/x86_64-linux-gnu/libffi.so.6
1万+

被折叠的 条评论
为什么被折叠?



