It seems as if its compling for the 32 bit version i think i see ix86 in the name nothing about x86-64 path being compiled, its just a guess but it may help ya some.
gcc -Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno-strict-aliasing -m128bit-long-double -I. -I.. -I../IPU -I../DebugTools -D__LINUX__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../x86-64 -I../x86 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c -o ../x86/ix86/ix86_cpudetect.o ../x86/ix86/ix86_cpudetect.c -MD -MF ../x86/ix86/ix86_cpudetect.d
../x86/ix86/ix86_cpudetect.c: In function `cpudetectInit':
../x86/ix86/ix86_cpudetect.c:221: warning: 'cputype' might be used uninitialized in this function
../x86/ix86/ix86_cpudetect.c:223: warning: 'x86_64_8BITBRANDID' might be used uninitialized in this function
../x86/ix86/ix86_cpudetect.c:224: warning: 'x86_64_12BITBRANDID' might be used uninitialized in this function
/tmp/cckTxgsb.s: Assembler messages:
/tmp/cckTxgsb.s:221: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:224: Error: suffix or operands invalid for `push'
/tmp/cckTxgsb.s:227: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:264: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:267: Error: suffix or operands invalid for `push'
/tmp/cckTxgsb.s:270: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:484: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:487: Error: suffix or operands invalid for `push'
/tmp/cckTxgsb.s:490: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:541: Error: suffix or operands invalid for `pop'
/tmp/cckTxgsb.s:544: Error: suffix or operands invalid for `push'
/tmp/cckTxgsb.s:547: Error: suffix or operands invalid for `pop'
make: *** [../x86/ix86/ix86_cpudetect.o] Error 1
goto www.pcsx2.net and download the precompiled one, you wont notice any difference doing it yourselfMegaBill said:I am still trying to figure out how to compile this darned thing. What in the world am I suposed to do to get it to even compile? Thanks!
That`s what I was trying to say, maybe it came out wrong (first you see if the unchanged code can be compiled, then change it).And if I'd intent to work on the code, I won't waste my time trying to compile PCSX2 on a 64bit system if I don't know if it's even supposed to compile