Internal compiler error!!!
Posted: 20 Jun 2006 19:59
I have VLC 0.8.5 and RedHat Entrprise server 3ES.
I get this error with make command:
Making all in video_chroma
make[3]: Entering directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[4]: Entering directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[4]: `libi420_rgb_plugin.so' is up to date.
make[4]: `libi420_yuy2_plugin.so' is up to date.
make[4]: `libi422_yuy2_plugin.so' is up to date.
make[4]: `libi420_ymga_plugin.so' is up to date.
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags builtin i420_rgb_mmx` -Wsign-compare -Wall -pipe -MT libi420_rgb_mmx_a-i420_rgb16.o -MD -MP -MF ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" -c -o libi420_rgb_mmx_a-i420_rgb16.o `test -f 'i420_rgb16.c' || echo './'`i420_rgb16.c; \
then mv -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" ".deps/libi420_rgb_mmx_a-i420_rgb16.Po"; else rm -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"; exit 1; fi
i420_rgb16.c: In function `I420_RGB16__i420_rgb_mmx':
i420_rgb16.c:415: Internal compiler error in find_reloads_toplev, at reload.c:4467
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
Preprocessed source stored into /tmp/ccV2GbDH.out file, please attach this to your bugreport.
make[4]: *** [libi420_rgb_mmx_a-i420_rgb16.o] Error 1
make[4]: Leaving directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/vlc-0.8.5/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vlc-0.8.5'
make: *** [all] Error 2
The configure command is Ok. I have disabled the GUI interfaces. This is the command:
./configure --prefix=/usr --disable-wxwindows --with-ffmpeg-tree=/usr/local/src/ffmpeg-20051126/ --disable-wxwidgets --disable-x11 --disable-skins2 --disable-xvideo
My gcc version is :
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-54)
Any Idea?
Thanks
I get this error with make command:
Making all in video_chroma
make[3]: Entering directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[4]: Entering directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[4]: `libi420_rgb_plugin.so' is up to date.
make[4]: `libi420_yuy2_plugin.so' is up to date.
make[4]: `libi422_yuy2_plugin.so' is up to date.
make[4]: `libi420_ymga_plugin.so' is up to date.
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags builtin i420_rgb_mmx` -Wsign-compare -Wall -pipe -MT libi420_rgb_mmx_a-i420_rgb16.o -MD -MP -MF ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" -c -o libi420_rgb_mmx_a-i420_rgb16.o `test -f 'i420_rgb16.c' || echo './'`i420_rgb16.c; \
then mv -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" ".deps/libi420_rgb_mmx_a-i420_rgb16.Po"; else rm -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"; exit 1; fi
i420_rgb16.c: In function `I420_RGB16__i420_rgb_mmx':
i420_rgb16.c:415: Internal compiler error in find_reloads_toplev, at reload.c:4467
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
Preprocessed source stored into /tmp/ccV2GbDH.out file, please attach this to your bugreport.
make[4]: *** [libi420_rgb_mmx_a-i420_rgb16.o] Error 1
make[4]: Leaving directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/usr/local/src/vlc-0.8.5/modules/video_chroma'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/vlc-0.8.5/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vlc-0.8.5'
make: *** [all] Error 2
The configure command is Ok. I have disabled the GUI interfaces. This is the command:
./configure --prefix=/usr --disable-wxwindows --with-ffmpeg-tree=/usr/local/src/ffmpeg-20051126/ --disable-wxwidgets --disable-x11 --disable-skins2 --disable-xvideo
My gcc version is :
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-54)
Any Idea?
Thanks