其他分享
首页 > 其他分享> > BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build

BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build

作者:互联网

现象:

Checking libtoolize version:

2.4.2

Checking tar version:

1.26

<stdin>:1:23: fatal error: lzo/lzo1x.h: No such file or directory

compilation terminated.

ERROR: lzo/lzo1x.h development library is required for build

usually, this is provided by the liblzo2-dev library

make[1]: *** [prebuild_checks] Error 1

make[1]: Leaving directory `/home/wangxinyu/work/AX1803/6755_sdk'

make: *** [default] Error 2

解决方法:

下载lzo

http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz

tar -xvf lzo-2.10.tar.gz

./configure;make; make install


标签:development,BRCM5.02,tar,make,ERROR,library,required,lzo,lzo1x
来源: https://blog.51cto.com/u_7777817/2716046