|
具体错误如下,AM335X 和 SAMA5D3X 都有可能有此错误:
[mw_shl_code=bash,true]$ make
arm-linux-gnueabihf-gcc -o audio audio.c -lasound -I/usr/include/
/home/SAMA5D3X_EK/Cross_compiler/gcc/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lasound
collect2: error: ld returned 1 exit status
make: *** [audio] Error 1[/mw_shl_code]
这是因为交叉编译器没添加Alsa库,可以从下列地址下载带有alsa库的编译器,然后替换光盘里面的就编译器,下载地址:http://pan.baidu.com/s/1c00Cnvy。
|
|