| View previous topic :: View next topic |
| Author |
Message |
lipek7777
Joined: 28 Jul 2008 Posts: 3
|
Posted: Mon Jul 28, 2008 7:07 am Post subject: Bigendian mips2 mips32 noMMU kernel textuclinux forseriaport |
|
|
my processor is: Bigendian mips2 mips32 r3000 MINIRisc noMMU kernel 2.6.22 for serialport
i have crosscompilator for it, but when I compile kernel 2.6.22 with uclinux patch (...uc0-big.patch) i have errors
compile comand :
| Code: |
make ARCH=mips CROSSCOMPILE=mips-linux-
|
| Code: |
...
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CC arch/mips/kernel/traps.o
In file included from arch/mips/kernel/traps.c:41:
include/asm/mmu_context.h: In function `get_new_mmu_context':
include/asm/mmu_context.h:110: error: incompatible types in assignment
include/asm/mmu_context.h: In function `init_new_context':
include/asm/mmu_context.h:130: error: incompatible types in assignment
include/asm/mmu_context.h: In function `switch_mm':
include/asm/mmu_context.h:156: error: invalid operands to binary ^
include/asm/mmu_context.h:183: error: aggregate value used where an integer was expected
include/asm/mmu_context.h:183: error: aggregate value used where an integer was expected
include/asm/mmu_context.h: In function `activate_mm':
include/asm/mmu_context.h:243: error: aggregate value used where an integer was expected
include/asm/mmu_context.h:243: error: aggregate value used where an integer was expected
include/asm/mmu_context.h: In function `drop_mmu_context':
|
|
|
| Back to top |
|
 |
lipek7777
Joined: 28 Jul 2008 Posts: 3
|
Posted: Sun Aug 03, 2008 6:06 am Post subject: |
|
|
| who helps me? :( I want compile without errors kernelsources ONLY. |
|
| Back to top |
|
 |
theBrave
Joined: 04 Oct 2005 Posts: 6
|
Posted: Fri Nov 28, 2008 8:33 pm Post subject: |
|
|
Consider rewriting title.
To me, something is bad in kernel config, as it seems to compile mmu related files. _________________
| Kernel Saunders wrote: | | I was hoping someone here might feel like working together to create such a game...Someone who knows about how to write-out all the ones and zeros to make a EBOOT.PBP |
|
|
| Back to top |
|
 |
theBrave
Joined: 04 Oct 2005 Posts: 6
|
Posted: Fri Nov 28, 2008 8:35 pm Post subject: |
|
|
Consider rewriting title.
To me, something is bad in kernel config, as it seems to compile mmu related files. _________________
| Kernel Saunders wrote: | | I was hoping someone here might feel like working together to create such a game...Someone who knows about how to write-out all the ones and zeros to make a EBOOT.PBP |
|
|
| Back to top |
|
 |
|