| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <electabuzz AT katamail DOT com> |
| Subject: | help my cross-toolchain |
| Date: | Sun, 2 Mar 2003 16:56:36 +0100 |
| Lines: | 36 |
| Message-ID: | <b3t9is$idu$1@main.gmane.org> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |