This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Attempting to cross-compile a kernel module for the AMD AU1550.
This may be a GCC related problem. If so let me know and I'll redirect
my questions elsewhere.
I'm guessing that the Au1550 does not support these instructions.
I'm using crosstool 0.27, mipsel, gcc3.2.3-glibc-2.2.3
Any ideas would be greatly appreciated.
Cheers,
-=cj
mipsel-unknown-linux-gnu-gcc -I/home/cjones/dev_au1550/linux/include -O6
-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
-I/home/cjones/dev_au1550/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/home/cjones/dev_au1550/linux/drivers/net/wan -I
/home/cjones/dev_au1550/linux/include
-I/home/cjones/dev_au1550/linux/include/net -DMODVERSIONS -include
/home/cjones/dev_au1550/linux/include/linux/modversions.h
-DSTANDALONE_ZAPATA -c zaptel.c
/tmp/cccbkQlh.s: Assembler messages:
/tmp/cccbkQlh.s:7251: Error: opcode not supported at this ISA level
(mips1) `ll $2,__this_module+16'
/tmp/cccbkQlh.s:7253: Error: opcode not supported at this ISA level
(mips1) `sc $2,__this_module+16'
/tmp/cccbkQlh.s:15407: Error: opcode not supported at this ISA level
(mips1) `ll $3,__this_module+16'
/tmp/cccbkQlh.s:15409: Error: opcode not supported at this ISA level
(mips1) `sc $3,__this_module+16'
....
...
..
.
--
Chris Jones | Software Developer | Sutus, Inc.
t: +1.604.987.8866 x 2204 | e: cjones@sutus.com
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |