|
TuxKart (x86_64)
Ok I am trying to compile my own Tuxkart as It did not come with my disrto (FC3).
But I am getting these errors :
Mesa 6.2.1 :
Code:
[root@localhost Mesa-6.2.1]# make linux-x86_64
make: *** No rule to make target `linux-x86_64'. Stop.
[root@localhost Mesa-6.2.1]# make linux-x86
(cd configs && rm -f current && ln -s linux-x86 current)
make default
make[1]: Entering directory `/root/Mesa-6.2.1'
make[2]: Entering directory `/root/Mesa-6.2.1/src'
Making sources for linux-x86
make[3]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[4]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[5]: Entering directory `/root/Mesa-6.2.1/src/mesa/x86'
make[5]: Nothing to be done for `default'.
make[5]: Leaving directory `/root/Mesa-6.2.1/src/mesa/x86'
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include x86/common_x86_asm.S -o x86/common_x86_asm.o
x86/common_x86_asm.S: Assembler messages:
x86/common_x86_asm.S:55: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:56: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:59: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:60: Error: suffix or operands invalid for `popf'
x86/common_x86_asm.S:61: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:62: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:77: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:78: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:91: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:92: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:100: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:104: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:112: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:117: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:125: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:130: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:138: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:143: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:170: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:186: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:187: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:188: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:189: Error: suffix or operands invalid for `push'
make[4]: *** [x86/common_x86_asm.o] Error 1
make[4]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/Mesa-6.2.1/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/root/Mesa-6.2.1'
make: *** [linux-x86] Error 2
__________________
CPU: AMD Athlon 64 X2 4400+ Toledo
Motherboard: ASUS A8V Socket 939 VIA K8T800 Pro
Videocard: nVidia GeForce 6800 GT (256MB) AGP 8x.
Memory: SimpleTech 1GiB DDR (PC-3200)
Storage: 1x WD 80GiB (IDE) @ 7200RPM | 2x WD 80 GiB (S-ATA) @ 7200RPM
Media: Optorite Black CD/DVD RW Drive
OS: Fedora Core 6 / Windows XP Home
Last edited by Dygear; 14th January 2005 at 05:31 AM.
|