WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: illegal instruction on ffmpeg compiling  (Read 3607 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
illegal instruction on ffmpeg compiling
« on: November 29, 2011, 11:46:03 PM »
I'm trying to compile ffmpeg 0.8.7 on a pentium 3 but I get this error:

libavcodec/aaccoder.c: In function 'search_for_quantizers_anmr':
libavcodec/aaccoder.c:1124:1: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [libavcodec/aaccoder.o] Error 1
dCore user

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: illegal instruction on ffmpeg compiling
« Reply #1 on: November 30, 2011, 07:28:58 AM »
Please mention which version of TC and GCC.
The only barriers that can stop you are the ones you create yourself.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: illegal instruction on ffmpeg compiling
« Reply #2 on: November 30, 2011, 07:37:19 AM »
latest tc and latest compiletc.
Tested on a newer machine and no problems
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: illegal instruction on ffmpeg compiling
« Reply #3 on: December 09, 2011, 08:21:36 PM »
I am now compiling ffmpeg on a p3 and it has been going without problems for the better part of an hour.

How much RAM does your machine have? And are you using libavcodec and other libs from the repo, or those you just compiled?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: illegal instruction on ffmpeg compiling
« Reply #4 on: January 06, 2012, 03:47:08 PM »
512 Mb ram.
I'm using the libs just compiled
--prefix=/usr/local --enable-postproc --enable-gpl  --enable-libvpx --enable-libvorbis --enable-shared --disable-yasm"
dCore user