Re: [FFmpeg-user] gst-ffmpeg on ARM Linux: GNU assembler not found, install/update gas-preprocessor

2017-05-15 Thread Gottfried Haider
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

On Wed, May 10, 2017 at 7:27 PM, Gottfried Haider
<gottfried.hai...@gmail.com> wrote:
> I've been trying to compile the latest GStreamer for the Raspberry Pi
> running Raspbian (Debian).
>
> When I try to build gst-ffmpeg, it fails with the message:
> GNU assembler not found, install/update gas-preprocessor
>
> I've downloaded gas-preprocessor.pl file [1] and put it in my $PATH,
> with the executable flag set. The "test" target in the Makefile also
> succeeds with no errors. Still, the initial error message remains when
> trying to build gst-ffmpeg.
>
> Any hints?
>
> (I've successfully built different previous versions (e.g. 1.10.1) of
> gst-ffmpeg without this dependency on the same setup.)
>
> Thanks
> Gottfried
>
> [1] https://github.com/FFmpeg/gas-preprocessor
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2017-05-10 Thread Gottfried Haider
I've been trying to compile the latest GStreamer for the Raspberry Pi
running Raspbian (Debian).

When I try to build gst-ffmpeg, it fails with the message:
GNU assembler not found, install/update gas-preprocessor

I've downloaded gas-preprocessor.pl file [1] and put it in my $PATH,
with the executable flag set. The "test" target in the Makefile also
succeeds with no errors. Still, the initial error message remains when
trying to build gst-ffmpeg.

Any hints?

(I've successfully built different previous versions (e.g. 1.10.1) of
gst-ffmpeg without this dependency on the same setup.)

Thanks
Gottfried

[1] https://github.com/FFmpeg/gas-preprocessor
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".