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]

Re: Problems with crossgcc and AMD Au1550


Chris Jones wrote:
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.
...
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'

How did you configure crosstool? Did you tell it about your particular CPU type?

Also, if possible, could you use crosstool-0.28-rc24 in future tests?
- Dan

------
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]