Hi, first of all thanks for your tips Since 'downgrading toolchain' looks a bit scary to me I think I could try lowering optimization, and in this case you mean I should pass parameters to make?
Vittorio — Sent from Mailbox On Tue, Aug 12, 2014 at 10:20 AM, Carl Eugen Hoyos <[email protected]> wrote: > Vittorio Ferrando <vferrando <at> gmail.com> writes: >> ./configure --enable-ssse3 --prefix=/opt >> --extra-cflags='-I/opt/include' --extra-ldflags='-L/opt/lib' >> --enable-static --disable-shared --disable-ffplay >> --disable-ffserver --enable-libmp3lame >> >> When I issue 'make', compiler exits >> AS libavcodec/arm/lossless_audiodsp_neon.o > This indicates you are compiling for arm. > --enable-ssse3 - apart from the fact that it is > mostly a debug option and never makes sense - > makes no sense for arm compilation which makes > me think that you shouldn't follow mentioned faq. > "--enable-static --disable-shared" are default and > unneeded. >> gcc: Internal error: Segmentation fault (program as) >> Please submit a full bug report. >> See <URL:http://gcc.gnu.org/bugs.html> for instructions. > Did you read this? > It is possible that you can workaround the issue > by reducing the optimization level for the problematic > file but I suspect you should either downgrade your > toolchain and report the issue or upgrade the toolchain. > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
