BRCM5.02编译八: ERROR: you are missing a basic functioning perl installation
現象:
Checking libtoolize version:
2.4.2
Checking tar version:
1.26
ERROR: you are missing a basic functioning perl installation
please be sure that you have perl installed including
the CPAN and ExtUtils::MakeMaker components
These components are standard built-in components in the perl core
but some distributions package them seperately anyway.
make[1]: *** [prebuild_checks] Error 1
make[1]: Leaving directory `/home/wangxinyu/work/AX1803/6755_sdk'
make: *** [default] Error 2
?
解決方法:
yum install perl-CPAN
如果暴力一點,可以使用yum install perl*
(Centos7編譯環境使用yum,ubuntu使用apt-get,OpenSUSE使用zypper )
總結
以上是生活随笔為你收集整理的BRCM5.02编译八: ERROR: you are missing a basic functioning perl installation的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: BRCM5.02编译七:No packa
- 下一篇: BRCM5.02编译九:cannot f