I'm compiling code that can be found on Github. basic-to-6809
All the files in the repository compile on a MAC, and on Windows with no issues.
When compiling on a Linux machine (Linux MINT) the largest of the files in the collection will never finish creating the executable.
After 45 minutes if waiting, no executable is produced. The Windows build takes about 2 minutes.
So not sure what's going on, looking for some guidance.
Compilelog.txt from Ubuntu
All the files in the repository compile on a MAC, and on Windows with no issues.
When compiling on a Linux machine (Linux MINT) the largest of the files in the collection will never finish creating the executable.
After 45 minutes if waiting, no executable is produced. The Windows build takes about 2 minutes.
So not sure what's going on, looking for some guidance.
Compilelog.txt from Ubuntu
Quote:g++ -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal/c/libqb.cpp -c -o internal/c/libqb_make_00010000.o
g++ -no-pie -std=gnu++17 -fno-strict-aliasing -Wno-conversion-null -DFREEGLUT_STATIC -I./internal/c/libqb/include -I./internal/c/parts/core/freeglut/include -I./internal/c/parts/core/glew/include -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal/c/qbx.cpp -c -o internal/c/qbx.o
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [Makefile:421: internal/c/qbx.o] Error 1