From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7329 invoked by alias); 1 Feb 2002 09:22:08 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7250 invoked from network); 1 Feb 2002 09:22:05 -0000 Received: from unknown (HELO mail.acunia.com) (194.7.211.211) by sources.redhat.com with SMTP; 1 Feb 2002 09:22:05 -0000 Received: from bateia (roo.leuven.intern.acunia.com [10.42.42.253]) by mail.acunia.com (8.11.6/8.11.6) with SMTP id g119Lps15482; Fri, 1 Feb 2002 10:21:51 +0100 From: "Dimitri Frederickx" To: , Subject: Compiler errors... Date: Fri, 01 Feb 2002 01:22:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-SW-Source: 2002-02/txt/msg00002.txt.bz2 I try to get a compiler for wince and an arm processor (for an iPaq). In my configuration of gcc3.0.3: configure --target=arm-wince-pe the I make: make then: make install during the make file I get het following error on the end: make[2]: *** [libgcc/./_udivsi3.o] Error 1 make[2]: Leaving directory `/gcc-3.0.3/gcc' make[1]: *** [stmp-multilib] Error 2 make[1]: Leaving directory `/gcc-3.0.3/gcc' make: *** [all-gcc] Error 2 why can't I get a complete compilation? What went wrong? does anyone has this compiler already? Please help me out and tell me what to do! Dimitri Frederickx Student Engeneer ICT Acunia Belgium These messages proceded the errors: /cygdrive/c/TEMP/ccrltzdD.s: Assembler messages: /cygdrive/c/TEMP/ccrltzdD.s:2: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:3: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:52: Error: no such instruction: `work .req r4 @ XXXX is this safe?' /cygdrive/c/TEMP/ccrltzdD.s:53: Error: no such instruction: `dividend .req r0' /cygdrive/c/TEMP/ccrltzdD.s:54: Error: no such instruction: `divisor .req r1' /cygdrive/c/TEMP/ccrltzdD.s:55: Error: no such instruction: `overdone .req r2' /cygdrive/c/TEMP/ccrltzdD.s:56: Error: no such instruction: `result .req r2' /cygdrive/c/TEMP/ccrltzdD.s:57: Error: no such instruction: `curbit .req r3' /cygdrive/c/TEMP/ccrltzdD.s:58: Error: no such instruction: `ip .req r12' /cygdrive/c/TEMP/ccrltzdD.s:59: Error: no such instruction: `sp .req r13' /cygdrive/c/TEMP/ccrltzdD.s:60: Error: no such instruction: `lr .req r14' /cygdrive/c/TEMP/ccrltzdD.s:61: Error: no such instruction: `pc .req r15' /cygdrive/c/TEMP/ccrltzdD.s:318: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:319: Error: no such instruction: `beq Ldiv0' /cygdrive/c/TEMP/ccrltzdD.s:320: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:321: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:322: Error: too many memory references for `cmp' /cygdrive/c/TEMP/ccrltzdD.s:323: Error: no such instruction: `blo Lgot_result' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `cmplo divisor,dividend' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movlo divisor,divisor,lsl' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movlo curbit,curbit,lsl' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `blo Loop1' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `cmplo divisor,dividend' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movlo divisor,divisor,lsl' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movlo curbit,curbit,lsl' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `blo Lbignum' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Warning: rest of line ignored; first ignored character is `@' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: too many memory references for `cmp' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `subhs dividend,dividend,divisor' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `orrhs result,result,curbit' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: too many memory references for `cmp' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `subhs dividend,dividend,divisor,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `orrhs result,result,curbit,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: too many memory references for `cmp' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `subhs dividend,dividend,divisor,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `orrhs result,result,curbit,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: too many memory references for `cmp' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `subhs dividend,dividend,divisor,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `orrhs result,result,curbit,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movnes curbit,curbit,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `movne divisor,divisor,lsr' /cygdrive/c/TEMP/ccrltzdD.s:325: Error: no such instruction: `bne Loop3' /cygdrive/c/TEMP/ccrltzdD.s:327: Error: too many memory references for `mov' /cygdrive/c/TEMP/ccrltzdD.s:328: Error: too many memory references for `mov' /cygdrive/c/TEMP/ccrltzdD.s:332: Error: invalid char '[' beginning operand 2 `[sp' /cygdrive/c/TEMP/ccrltzdD.s:332: Error: no such instruction: `bl ___div0' /cygdrive/c/TEMP/ccrltzdD.s:332: Error: expecting operand after ','; got nothing /cygdrive/c/TEMP/ccrltzdD.s:332: Error: no such instruction: `ldmia sp!,{pc}'