This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compiler bug


I'm not really sure if I'm answering all questions right here, but please
bare with me.
 
______________________
Using built-in specs.
Target: mipsel-linux-uclibc 
Configured with:
/home/slug/optware/oleg/toolchain/buildroot/toolchain_build_mipsel/gcc-4.1.1
/configure --prefix=/opt --build=i386-pc-linux-gnu
--host=mipsel-linux-uclibc --target=mipsel-linux-uclibc
--enable-languages=c,c++ --with-gxx-include-dir=/opt/include/c++
--disable-__cxa_atexit --enable-target-optspace --with-gnu-ld
--enable-shared --enable-threads --disable-multilib
Thread model: posix
gcc version 4.1.1

 
______________________
NSLU2-Linux  (oleg firmware for asus routers) mipsel cpu
note: this is an router with linux, based on NSLU2-Linux, it has oleg
installed (asus router with kernel 2.4)
for more information see: http://www.nslu2-linux.org/
______________________
./configure /opt/image
 
______________________
/opt/bin/bash ./libtool --silent --tag=CXX   --mode=compile g++
-DHAVE_CONFIG_H -I. -I./config  -I. -I. -DLT_CONFIG_H='<config/config.h>'
-DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib
-I/opt/include/freetype2 -I/opt/include  -g -O2 -Wall -W -pthread -MT
Magick++/lib/Blob.lo -MD -MP -MF $depbase.Tpo -c -o Magick++/lib/Blob.lo
Magick++/lib/Blob.cpp &&\
        mv -f $depbase.Tpo $depbase.Plo

 
______________________
Magick++/lib/Blob.cpp: In constructor 'Magick::Blob::Blob(const void*,
size_t)':
Magick++/lib/Blob.cpp:30: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
make[1]: *** [Magick++/lib/Blob.lo] Error 1
make[1]: Leaving directory `/mnt/webcam/image'
make: *** [all] Error 2

______________________
All the files I could find inside the sources with *.i* are packed in the
rar file I attached.
at least, that is what I understand from what you want.
 
 
 
I hope this is sufficient for a bug report, otherwise I would be happy to
give you more details :)
it took me 4 hours before I got this bug tough, this was the longest compile
I did on my slug ever!
 

Attachment: the I files.rar
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]