Bitcoin Forum
July 18, 2024, 03:20:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Unix compile errors for multiple tor using coins  (Read 930 times)
techhelpmepls1 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 07, 2014, 09:47:23 PM
 #1

rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
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.8/README.Bugs> for instructions.
make: *** [obj/blake.o] Error 4
make: *** Waiting for unfinished jobs....

Running into this problem for both VootCoin and KoreCoin while attempting to make each on a Unix server running 2gb of ram.  As the previous solutions all seemed to imply that this was caused by lack of memory I'm hunting for what else could make it happen.  Any help would be greatly appreciated, thanks.
ncsupanda
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
July 08, 2014, 04:13:28 AM
 #2

rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating libmemenv.a
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.8/README.Bugs> for instructions.
make: *** [obj/blake.o] Error 4
make: *** Waiting for unfinished jobs....

Running into this problem for both VootCoin and KoreCoin while attempting to make each on a Unix server running 2gb of ram.  As the previous solutions all seemed to imply that this was caused by lack of memory I'm hunting for what else could make it happen.  Any help would be greatly appreciated, thanks.

Code:
free
dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img
free
make -f makefile.unix
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!