make plugins stuck

maxine02

New member
Messages
93
Points
0
I'm trying to compile but I'm always stuck in hpmhooking MAP

Is it because of my vps? my vps specs

1GB RAM

1CORE

I'm running on debian 8

I tried to rerun make plugins and I got this

{standard input}: Assembler messages:
{standard input}:560075: Warning: end of file in string; '"' inserted
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
make[1]: *** [../../plugins/HPMHooking_map.so] Error 4
 
Last edited by a moderator:
Yes, it's because of old GCC (4.7 in your case), which needs high amount of RAM, maybe try updating the gcc to at least 4.8 or 5.0, which will reduce the RAM consumption

 
Yes, it's because of old GCC (4.7 in your case), which needs high amount of RAM, maybe try updating the gcc to at least 4.8 or 5.0, which will reduce the RAM consumption
Why in my error it says GCC 4.7 but I checked my gcc version using gcc -v

It's already 4.9.2

In my root, it's 4.9 and in my other user which I run my emulator it's 4.7, how to change it to 4.9?

 
Last edited by a moderator:
Back
Top