本文主要是介绍alsa lib arm编译,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
//加载环境变量 设置交叉编译工具链
export PATH=$PATH:...../sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi///配置
./configure --host=arm-poky-linux-gnueabi --target=arm-poky-linux-gnueabi CC="arm-poky-linux-gnueabi-gcc -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/nfore/nf_system_qh/toolschains/4.1.15-2.1.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi" LDFLAG="-L/home/nfore/nf_system_qh/toolschains/4.1.15-2.1.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/lib"//编译
make//下载 DESTDIR指定install路径
make 'DESTDIR=/home/nfore/alsa-imx/alsa-lib-1.1.0/wangqi' install
//查看编译成果物格式
file usr/lib/libasound.so.2.0.0
这篇关于alsa lib arm编译的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!