gst-ffmpeg on ARM Linux: GNU assembler not found, install/update gas-preprocessor

Gottfried Haider gottfried.haider at gmail.com
Mon May 15 19:20:52 UTC 2017


Hi Anton,

It turns out this is a know bug in gst-libav, the patch for which was
reverted shortly before 1.12:
https://bugzilla.gnome.org/show_bug.cgi?id=694416

Best,
Gottfried

On Mon, May 15, 2017 at 9:17 PM, Anton Pryima <zingfrid at gmail.com> wrote:
> Hello Gottfried.
>
> Try to remove - and space:
> like: -arch arm -as-type -as -v
>
> Best regards,
> Anton.
>
> On Mon, May 15, 2017 at 8:13 PM, Gottfried Haider
> <gottfried.haider at gmail.com> wrote:
>>
>> Some more investigation:
>>
>>
>> In the config.log I see:
>>
>> gas-preprocessor.pl -arch arm -as-type -- as -v
>> unknown as type: '--'
>> (...)
>> as: unrecognized option '-_ISOC99_SOURCE'
>>
>> The first error seems to be caused by $as_type being empty string in
>> the ffmpeg configure script. Why this is I do not know. If I force the
>> "-as-type" argument to read "-as-type gas" this will make the first
>> error disappear, but the error concerning the unrecognized option
>> remains (and also bites during the actual build).
>>
>>
>> The output of "as -v" is:
>>
>> GNU assembler version 2.25 (arm-linux-gnueabihf) using BFD version
>> (GNU Binutils for Raspbian) 2.25
>>
>> I am attempting to build FFmpeg on an armv6hf system for this very target.
>>
>>
>> Ideas?
>>
>> Gottfried
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


More information about the gstreamer-devel mailing list