Moin Com,
ich sitze hier schon seit etwas längeren und versuche den Fehler zu beheben. Habe vieles versucht doch ich bin erfolgslos geblieben.
Ich benutze die Fliege Files sowie wie FreeBSD12.2
ich erhalte den Fehler
Code
- gmake ../lib/libgame.a
- gmake[1]: Entering directory '/usr/home/Source/Server/libgame/src'
- g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c grid.cc
- g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c attribute.cc
- g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c targa.cc
- cc1plus: error: CPU you selected does not support x86-64 instruction set
- gmake[1]: *** [Makefile:35: grid.o] Error 1
- gmake[1]: *** Waiting for unfinished jobs....
- cc1plus: error: CPU you selected does not support x86-64 instruction set
- cc1plus: error: CPU you selected does not support x86-64 instruction set
- gmake[1]: *** [Makefile:35: attribute.o] Error 1
- gmake[1]: *** [Makefile:35: targa.o] Error 1
- gmake[1]: Leaving directory '/usr/home/Source/Server/libgame/src'
- gmake: *** [Makefile:18: default] Error 2