Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "kaio" Subject: help my cross-toolchain Date: Sun, 2 Mar 2003 16:56:36 +0100 Lines: 36 Message-ID: X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cpu: pentium 2 os: cygwin 1.3.20 (winXP pro) target: mipsel-linux i successful compiled the binutils (cygwin's binutils-20021117-1) with this steps: /configure --prefix=/usr/local --target=mipsel-linux --verbose make make install i compiled gcc (cygwin's gcc-3.2-3) in this manner, due to a couple of probs ./configure --prefix=/usr/local --target=mipsel-linux --verbose --disable-sh ared --enable-languages=c make LANGUAGES=c make install now i'm testing this mipsel-linux-gcc with a 'yet tested' source code and i get: in function 'memscan' string-asm.h: 146: matching constraints references invalid operand number extern __inline__ void *memscan(void *__addr, int __c, size_t __size) char *__end = (char *)_addr + __size; if (!__size) return __addr; __asm__(".set\tnoreorder\n\t" (<-- row 146) ".set\tlbu\t$1,(%0)\n\t" help me -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/