现象:

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 )


©著作权归作者所有:来自51CTO博客作者wangxinyu2011的原创作品,如需转载,请注明出处,否则将追究法律责任

更多相关文章

  1. BRCM5.02编译五: fatal error: uuid/uuid.h: No such file or dir
  2. BRCM5.02编译二:Error: Could not retreive version from automak
  3. BRCM5.02编译四: ERROR: lzo/lzo1x.h development library is req
  4. BRCM5.02编译七:No package 'uuid' found
  5. BRCM5.02编译三 : Error: Could not retreive version from libto
  6. BRCM5.02编译一 : 缺少工具链路
  7. ssh登录日志收集
  8. ubuntu下安装交叉编译的环境脚本
  9. PuTTY中目录的蓝色高亮效果太暗的处理

随机推荐

  1. 使用谷歌地图computeDistanceBetween获取
  2. ajax请求中URL和参数的编码问题
  3. 在KENDO UI Multiselect中选择默认值
  4. 在jQuery datetimepicker中禁用特定时间
  5. 桌面视图中的SlikNav多级菜单?
  6. 显示json数组中的所有项目
  7. 图表。js数据数组使用PHP, MySQL。如何从
  8. Regexp exec列表的url由昏迷“,*”分隔
  9. JavaScript 最佳实践:帮你提升代码质量
  10. Vue js v-bind不工作?