Code: Select all
make oldconfig
make dep
makeCode: Select all
4326 usb-ohci-nonpci.c
12051 usb-ohci-pci.c
1193 usb-ohci-ps2.c
2211 usb-ohci-sa1111.c
70437 usb-ohci.c
17941 usb-ohci.hCode: Select all
CONFIG_USB=y
CONFIG_USB_OHCI=y
CONFIG_USB_NON_PCI_OHCI=y
CONFIG_USB_OHCI_PS2=yCode: Select all
make CROSS_COMPILE=mipsEEel-scei-linux-uclibc-Code: Select all
mipsEEel-scei-linux-uclibc-gcc -D__KERNEL__ -I/usr/src/linux-2.4.33.3.test/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I /usr/src/linux-2.4.33.3.test/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -march=r5900 -c int-handler.S -o int-handler.o
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h: Assembler messages:
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:187: Error: unrecognized opcode `__asm__('
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:188: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:189: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:190: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:191: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:192: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:193: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:194: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:195: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:196: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:197: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:198: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:199: Warning: rest of line ignored; first ignored character is `"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:199: Error: unrecognized opcode `_ssnop'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:199: Error: unrecognized opcode `_ssnop \n\t"'
/usr/src/linux-2.4.33.3.test/include/asm/hazards.h:200: Warning: rest of line ignored; first ignored character is `"'Code: Select all
GNU assembler version 2.16.1 (mipsEEel-scei-linux-uclibc) using BFD version 2.16.1
Assembler messages:
Error: internal: bad mips opcode (bits 0x7c0 undefined): dextm t,r,+A,+G
Error: internal: bad mips opcode (bits 0xffc0 undefined): dextu t,r,+E,+H
Error: internal: bad mips opcode (bits 0xffc0 undefined): dinsm t,r,+A,+F
Error: internal: bad mips opcode (bits 0xffc0 undefined): dinsu t,r,+E,+F
Fatal error: Broken assembler. No assembly attempted.Code: Select all
mipsEEel-scei-linux-uclibc-gcc -D__KERNEL__ -I/usr/src/linux-2.4.33.3.test/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I /usr/src/linux-2.4.33.3.test/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -march=r5900 -nostdinc -iwithprefix include -DKBUILD_BASENAME=ps2dev -c -o ps2dev.o ps2dev.c
ps2dev.c: In function `ps2dev_init':
ps2dev.c:1063: warning: unused variable `gs_revision'
{standard input}: Assembler messages:
{standard input}:1214: Error: opcode not supported on this processor: mips3 (mips3) `pextlw $8,$7,$6'
{standard input}:1759: Error: opcode not supported on this processor: mips3 (mips3) `pextlw $8,$5,$4'oh.... yeah i didnt remember ever seeing those.... why dont your just hardcode the ARCH and CROSSCOMPILER into the make file, just put that in a broken out patch or somethingChewi wrote:Eh? If you're referring to having to set CROSS_COMPILE all the time, I did that because that's how the standard kernel does is. Those .hhl files were a MontaVista thing.