[FFmpeg-user] Problem Compiling ffmpeg
Moritz Barsnick
barsnick at gmx.net
Fri Apr 4 12:13:15 CEST 2014
Hi Alexander,
On Fri, Apr 04, 2014 at 09:44:24 +0000, Alexander.Achleitner at zf.com wrote:
> CC ffmpeg_opt.o
> CC ffmpeg_filter.o
> LD ffmpeg_g
> CP ffmpeg
> STRIP ffmpeg
> strip: Unable to recognise the format of the input file `ffmpeg'
> make: *** [ffmpeg] Error 1
You are using the (native) program "strip" and not the (cross) program
"arm-cortexa8-linux-gnueabihf-strip".
The former does not handle the cross binaries, and therefore errors
out.
The latter would have been used if you had not ignored Carl's hint at
using "--cross-prefix".
(I personally don't see the point of configuring and using an IDE to
build a project which already has a perfectly working configure/make
flow. But that's just me.)
Moritz
More information about the ffmpeg-user
mailing list