All of lore.kernel.org
 help / color / mirror / Atom feed
* HELP: opcode not supported on this processor
@ 2006-09-29  9:35 David Lee
  2006-09-29  9:47 ` Freddy Spierenburg
  2006-09-29 11:08 ` Thiemo Seufer
  0 siblings, 2 replies; 7+ messages in thread
From: David Lee @ 2006-09-29  9:35 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2348 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-09-29 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29  9:35 HELP: opcode not supported on this processor David Lee
2006-09-29  9:47 ` Freddy Spierenburg
2006-09-29  9:59   ` David Lee
2006-09-29 11:11     ` David Lee
2006-09-29 11:08 ` Thiemo Seufer
2006-09-29 13:32   ` David Lee
2006-09-29 19:17     ` Jim Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.