On Monday 08 of November 2004 19:05, Andrzej Krzysztofowicz wrote: > PLD ac-ppc builder wrote: > > yaboot.spec (HEAD): FAILED > > [...] > > > + /usr/bin/make > > gcc -Os -nostdinc -Wall -isystem `gcc -print-file-name=include` > > -fsigned-char -DVERSION=\"1.3.13\" -DTEXTADDR=0x200000 -DDEBUG=0 > > -DMALLOCADDR=0x300000 -DMALLOCSIZE=0x100000 -DKERNELADDR=0x01400000 -I > > ./include -DCONFIG_COLOR_TEXT -DCONFIG_SET_COLORMAP -DUSE_MD5_PASSWORDS > > -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS -D__ASSEMBLY__ -c -o second/crt0.o > > second/crt0.S second/crt0.S: Assembler messages: > > second/crt0.S:16: Error: operand out of range (10 is not between 0 and 1) > > second/crt0.S:16: Error: missing operand > > make: *** [second/crt0.o] Error 1 > > error: Bad exit status from /var/tmp/rpm-tmp.84937 (%build) > > Czyli wywalamy ppc z listy wspieranych architektur ?
PowerPC używa innej składni dla mnemoników cmp* http://www.nersc.gov/vendor_docs/ibm/asm/power_ppc_diff_1opcode.htm#a1ggth14bjeff -- /* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */ #define say(x) lie(x)
--- crt0.S.orig 2001-09-20 15:15:31.000000000 +0200 +++ crt0.S 2004-11-08 20:41:03.512868032 +0100 @@ -13,7 +13,7 @@ subi r11,r11,4 li r0, 0 1: stwu r0,4(r10) - cmp 0,r10,r11 + cmp 0,0,r10,r11 bne 1b b yaboot_start
_______________________________________________ pld-devel-pl mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
