EmulatorArchive / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
1 stars 0 forks source link

GCC 4.6 from Rosa 2012 crashes (ICE) when linking mupen64plus-video-rice #559

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Rosa 2012Lts
 - 64 bit
 - Mupen64Plus version: 2.0rc2
- Plugins used:

Build issues.

g++ -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments 
-frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fPIC -fvisibility-inlines-hidden -O2 
-Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments 
-frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -fPIC -O3 -flto -Wall -ffast-math 
-fno-strict-aliasing -fvisibility=hidden -I../../src -msse -fPIC 
-I/usr/include/libpng12   -I/usr/include/libdrm   -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -I../../../mupen64plus-core/src/api -DNO_ASM -MD 
-shared -Wl,-version-script,../../src/video_api_export.ver  
_obj/liblinux/BMGImage.o _obj/liblinux/bmp.o _obj/liblinux/pngrw.o 
_obj/osal_dynamiclib_unix.o _obj/osal_files_unix.o _obj/liblinux/BMGUtils.o 
_obj/Blender.o _obj/Combiner.o _obj/CombinerTable.o _obj/Config.o 
_obj/ConvertImage.o _obj/ConvertImage16.o _obj/CNvTNTCombiner.o _obj/Debugger.o 
_obj/DecodedMux.o _obj/DirectXDecodedMux.o _obj/DeviceBuilder.o 
_obj/FrameBuffer.o _obj/GeneralCombiner.o _obj/GraphicsContext.o 
_obj/OGLCombiner.o _obj/OGLCombinerNV.o _obj/OGLCombinerTNT2.o 
_obj/OGLDecodedMux.o _obj/OGLExtCombiner.o _obj/OGLExtensions.o 
_obj/OGLExtRender.o _obj/OGLFragmentShaders.o _obj/OGLGraphicsContext.o 
_obj/OGLRender.o _obj/OGLRenderExt.o _obj/OGLTexture.o _obj/Render.o 
_obj/RenderBase.o _obj/RenderExt.o _obj/RenderTexture.o _obj/RSP_Parser.o 
_obj/RSP_S2DEX.o _obj/Texture.o _obj/TextureFilters.o 
_obj/TextureFilters_2xsai.o _obj/TextureFilters_hq2x.o 
_obj/TextureFilters_hq4x.o _obj/TextureManager.o _obj/VectorMath.o _obj/Video.o 
 -ldl -lpng12   -lGL   -L/usr/lib64 -lSDL -lpthread -o mupen64plus-video-rice.so

In file included from ../../src/DirectXDecodedMux.h:91:0,
                 from :378:
../../src/RenderTexture.h: In member function '__base_dtor ':
../../src/RenderTexture.h:49:3: internal compiler error: in force_type_die, at 
dwarf2out.c:20927
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://qa.mandriva.com/> for instructions.
lto-wrapper: g++ returned 1 exit status
collect2: lto-wrapper returned 1 exit status
make: *** [mupen64plus-video-rice.so] Error 1

Original issue reported on code.google.com by zombie_r...@yahoo.com on 25 Jun 2013 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is a internal compiler bug (ICE) please send a bug report to your 
distribution (GCC package). You can either update to a newer version of GCC or 
compile with OPTFLAGS="-O2" as parameter

Original comment by s...@narfation.org on 25 Jun 2013 at 8:07

GoogleCodeExporter commented 9 years ago
Just as a hint for your distribution: gcc-4.6 (Debian 4.6.4-4) 4.6.4 works

Original comment by s...@narfation.org on 25 Jun 2013 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by s...@narfation.org on 25 Jun 2013 at 8:33