make buildworld bricht ab

chewy

Wooki Commander
Hi.
Ich probiere gerade ein make buildworld auf meinem turion 64. Leider bricht er wie folgt ab.

/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
{standard input}: Assembler messages:
{standard input}:38: Error: `completed.1(%rip)' is not a valid 32 bit base/index expression
{standard input}:39: Error: suffix or operands invalid for `push'
{standard input}:41: Error: suffix or operands invalid for `movq'
{standard input}:48: Error: `p.0(%rip)' is not a valid 32 bit base/index expression
{standard input}:51: Error: `p.0(%rip)' is not a valid 32 bit base/index expression
{standard input}:52: Error: `(%rax)' is not a valid 32 bit base/index expression
{standard input}:61: Error: `completed.1(%rip)' is not a valid 32 hinzit base/index expression
{standard input}:77: Error: suffix or operands invalid for `push'
{standard input}:81: Error: suffix or operands invalid for `movq'
{standard input}:88: Error: `__JCR_LIST__(%rip)' is not a valid 32 bit base/index expression
*** Error code 1

Stop in /usr/src/gnu/lib/csu.
*** Error code 1

Er scheint irgendwas mit den 64 bit nicht hinzubekommen.

meine make.conf

TARGET_ARCH=amd64
(hab ich nachdem es beim erstenmal nicht funktioniert hat eingetragen

CFLAGS=-march=k8 -msse3 -O2 -pipe -m64
 
Und wenn du Crosskompilieren möchtest nimmst du - wie schon getan - die TARGET_ARCH.
 
Zurück
Oben