Catkin_make: c++: internal compiler error: Killed (program cc1plus)

I’m trying to run a project (that runs when using ros on ubuntu) as a ROSject. when I run catkin_make, the error c++: internal compiler error: Killed (program cc1plus) eventually occurs.

The process fails after
Makefile:129: recipe for target ‘all’ failed
make: *** [all] Error 2
Invoking “make -j8 -l8” failed
is thrown.

I have no idea what the problem is. Thanks for your help!

Hi @Nona ,

This kind of issue seems to happen when there is lack of RAM memory in the computer virtual computer assigned to you.

Do you know if the code you are trying to compile requires a powerful hardware?