BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build
生活随笔
收集整理的這篇文章主要介紹了
BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
現(xiàn)象:
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
總結(jié)
以上是生活随笔為你收集整理的BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is required for build的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: BRCM5.02编译三 : Error:
- 下一篇: BRCM5.02编译五: fatal e