[Bug c++/61851] New: Compiling litecoin results in internal compile error

paul.thomas-0o0qzl3o at yopmail dot com gcc-bugzilla@gcc.gnu.org
Sat Jul 19 15:19:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61851

            Bug ID: 61851
           Summary: Compiling litecoin results in internal compile error
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: paul.thomas-0o0qzl3o at yopmail dot com

g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security
-Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64
-I/home/paul/src/litecoin/src -I/home/paul/src/litecoin/src/obj -DUSE_UPNP=0
-DUSE_IPV6=1 -I/home/paul/src/litecoin/src/leveldb/include
-I/home/paul/src/litecoin/src/leveldb/helpers -DHAVE_BUILD_INFO
-fno-stack-protector -fstack-protector-all -Wstack-protector -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
make: *** [obj/alert.o] Error 4

This error popped up while trying to compile latest litecoin git using
Debian/Wheezy with 128MB of RAM.



More information about the Gcc-bugs mailing list