美文网首页VLC
i.mx6q飞凌开发板 交叉编译libvpx错误处理

i.mx6q飞凌开发板 交叉编译libvpx错误处理

作者: 小桥流水啦啦啦 | 来源:发表于2020-03-02 22:37 被阅读0次
1、错误打印:
root@imhqq-B360M-D3V:/home/imhqq/share/huqiqiao/vlc-3.0.8-plugin# ./vlc-lib.sh libvpx
========================================================
make: *** No rule to make target 'clean'。 停止。
make: *** No rule to make target 'distclean'。 停止。
========================================================
  enabling shared
  disabling static
  enabling vp8
  disabling vp9
  disabling runtime_cpu_detect
  disabling optimizations
Unrecognized toolchain 'arm-poky-linux-gnueabi'

Configuration failed. This could reflect a misconfiguration of your
toolchains, improper options selected, or another problem. If you
don't see any useful error messages above, the next step is to look
at the configure error log file (config.log) to determine what
configure was trying to do when it died.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

2、解决办法

工具链不支持,不处理。

相关文章

网友评论

    本文标题:i.mx6q飞凌开发板 交叉编译libvpx错误处理

    本文链接:https://www.haomeiwen.com/subject/lkvwkhtx.html