| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | HELP: opcode not supported on this processor |
| From: | "David Lee" <receive4me@gmail.com> |
| Date: | Fri, 29 Sep 2006 17:35:48 +0800 |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=T004vuaPAJp+hZoCNC2jWKkhhcWjB1CUnVsJz8/wpBGi/NIG8obkPLzm1M+KGmwn6L748I3UvzV2Ihojn0CUwx3VJROHFJsDm9MALgk1LDTkaVzgiUE46Wn34rNc/clC22wAuVItGriDPDfWfXLcB1xoUtFX45R2v9iFW7Rd+OM= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
|
Hi,
I am trying to port some code over to MIPSEL from i386. However, I got the following error:
gcc -I/usr/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wal
l -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/li nux/include -I/usr/src/linux/include/net -DMODVERSIONS -include /usr/src/linux- 2.4/include/lin ux/modversions.h zip.c /tmp/ccwOZSG3.s: Assembler messages: /tmp/ccwOZSG3.s:5143: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($2)' /tmp/ccwOZSG3.s:5145: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($2)' /tmp/ccwOZSG3.s:5175: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($13)' /tmp/ccwOZSG3.s:5177: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($13)' /tmp/ccwOZSG3.s:5232: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($8)' /tmp/ccwOZSG3.s:5234: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($8)' /tmp/ccwOZSG3.s:5523: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($17)' /tmp/ccwOZSG3.s:5525: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($17)' /tmp/ccwOZSG3.s:6525: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($2)' /tmp/ccwOZSG3.s:6527: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($2)' /tmp/ccwOZSG3.s:6553: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($2)' /tmp/ccwOZSG3.s:6555: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($2)' /tmp/ccwOZSG3.s:6595: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($6)' /tmp/ccwOZSG3.s:6597: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($6)' /tmp/ccwOZSG3.s:6645: Error: opcode not supported on this processor: mips1 (mips1) `ll $4,16($7)' /tmp/ccwOZSG3.s:6647: Error: opcode not supported on this processor: mips1 (mips1) `sc $4,16($7)' Please advise what should be the appropriate opcodes for MIPS.
Thanks.
David
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/3] [MIPS] lockdep: add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: HELP: opcode not supported on this processor, Freddy Spierenburg |
| Previous by Thread: | [PATCH] removed excite_flash.c, Yoichi Yuasa |
| Next by Thread: | Re: HELP: opcode not supported on this processor, Freddy Spierenburg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |