alecmuffett / eotk

Enterprise Onion Toolkit
GNU General Public License v3.0
766 stars 103 forks source link

GCC fatal error on Ubuntu 20.04.06 #115

Open HachimanSec opened 5 months ago

HachimanSec commented 5 months ago

Hi everyone,

I tried to compile EOTK on an Ubuntu 20.04, however it always stops with a fatal error during compilation.

Anyone any idea what this could be?

Thx!

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal
+ BuildAndCleanup
+ make
make  all-am
make[1]: Entering directory '/home/user/eotk/opt.d/tor-0.4.5.8'
  CC       src/test/test-test_addr.o
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
make[1]: *** [Makefile:20144: src/test/test-test_addr.o] Error 1
make[1]: Leaving directory '/home/user/eotk/opt.d/tor-0.4.5.8'
make: *** [Makefile:7343: all] Error 2
+ exit 1