Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bothersome Behavior
#1
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

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
Reply


Messages In This Thread
Bothersome Behavior - by Pwillard - 05-17-2025, 09:18 PM
RE: Bothersome Behavior - by hsiangch_ong - 05-18-2025, 11:40 AM
RE: Bothersome Behavior - by Pwillard - 05-18-2025, 04:46 PM
RE: Bothersome Behavior - by hsiangch_ong - 05-19-2025, 11:26 AM
RE: Bothersome Behavior - by Pwillard - 05-19-2025, 03:59 PM



Users browsing this thread: 1 Guest(s)