Raspberry Pi 2(Yocto)的跨编译FSWEBCAM



我正在使用yocto作为覆盆子pi的操作系统。

我想交叉complecile fswebcam,但正在显示和错误。


cd ~
git clone https://github.com/fsphil/fswebcam.git
cd fswebcam
. /opt/poky/2.3/environment-setup-cortexa7hf-neon-vfpv4-poky-linux-gnueabi 
mkdir -R build/usr
cd build
../configure --prefix=/home/pablo/test_toolchain/fswebcam/build/usr --host=arm-poky-linux-gnueabi-gcc

错误 ->配置:错误:找不到GD图形库

注意:我无法安装APT或任何软件包管理器,必须交叉编写

yocto不是操作系统...但是如果您使用Yocto作为构建系统并为FSWEBCAM编写实际配方,这不太困难:根据layers.openembed.org.org.orglibgd(您需要的依赖性)在元:https://layers.openembedded.org/layerindex/recipe/1037/中。

Meta-Atmel中已经有一个FSWEBCAM食谱,它可能会像以前一样起作用,或者至少可以作为起点:https://github.com/linux4sam/meta-meta-atmel/meta-atmel/blob/blob/master/master/recipes/recipes-master/recipes-multimedia/fswebcam/fswebcam_git.bb

相关内容

  • 没有找到相关文章

最新更新