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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to fdlbxtqi from comment #4)
> (In reply to Jakub Jelinek from comment #1)
> > As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to
> > use GNU make to build gcc, are you sure make is a GNU make?
> 
> g++  -fno-PIE -c   -g -O2 -DIN_GCC     -fno-exceptions -fno-rtti
> -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
> -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
> -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
> -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
> -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
> -I/usr/local/include -I/home/cqwrteur/gcc_build/./mpfr/src
> -I/home/cqwrteur/gcc/mpfr/src -I/home/cqwrteur/gcc/mpc/src 
> -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
> -I../libdecnumber -I../../gcc/gcc/../libbacktrace
> -I/home/cqwrteur/gcc_build/./isl/include -I/home/cqwrteur/gcc/isl/include
> -I/usr/local/include -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo
> ../../gcc/gcc/final.c
> g++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [Makefile:1123: final.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
> g++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [Makefile:1123: expr.o] Error 1
> gmake[2]: Leaving directory '/usr/home/cqwrteur/gcc_build/gcc'
> gmake[1]: *** [Makefile:4408: all-gcc] Error 2
> gmake[1]: Leaving directory '/usr/home/cqwrteur/gcc_build'
> gmake: *** [Makefile:967: all] Error 2
> 
> well lol. Still have issues.


Looks like you are running out of memory.

>Really? LLVM also provides a make?? LOL. What a freaking joke.

GNU make has been around for over 30 years now.  I am sorry you are anti-GNU
but don't bring those views here.

Reply via email to