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)