[yocto] crossbuild for arm :FFPLAY not build

Anders Darander anders at chargestorm.se
Thu Jul 10 02:26:32 PDT 2014


Not that I've been building ffmpeg et.al. myself, but:

* Natural Groove <natural_groove at hotmail.fr> [140710 11:04]:
>    Im trying to crossbuild ffmpeg for arm (colibri-t20).
>    I wrote a simplest recipe in order to achieve this, but even if ffmpeg,
>    ffprobe and ffserver are build, ffplay isnt, i first thought that i had
>    forgotten some dependencies but i dont see which could be missing.
>    Any idea why this isnt working?

>    The recipe:
>    EXTRA_OECONF = "--arch=arm --enable-cross-compile
>    --cross-prefix=${CROSS_COMPILE} --target-os=linux --enable-gpl
>    --enable-libtheora --enable-libvorbis --extra-libs="-ldl"
>    --enable-ffplay --enable-shared --enable-pic"

If this is what you have in your recipe, I'm not surprised that it
doesn't work. As it seems that you're using " both to surround the
EXTRA_OECONF, but also inside that expression. Try to change " to '.

You should also use bitbake -e <recipe-name> to check that EXTRA_OECONF
looks OK.

Cheers,
Anders

-- 
Anders Darander
ChargeStorm AB / eStorm AB



More information about the yocto mailing list