Re: [Qemu-devel] How to Linux kernel for MIPSEL qemu

2007-05-17 Thread PianoPan
Thiemo: Thanks for your suggestion. Yes, it is a issue about endianness. I already fix it. The default of kernel for MIPS Qemu is not support the little endian. The arch/mips/Kconfig must be updated for mipsel. Thanks for ur help! Best regard! Pan On 5/18/07, Thiemo Seufer <[EMAIL PROTECTED]

Re: [Qemu-devel] How to Linux kernel for MIPSEL qemu

2007-05-17 Thread Thiemo Seufer
PianoPan wrote: > Hello every one, > > I try to build a mipsel kernel by myself for qemu-system-mipsel. But > the qemu can not boot it properly. Is there anyone can give me some > suggestion about it. > > My method is following, > > * Get the kernel of 2.6.18.3 from kernel.org In general the so

[Qemu-devel] How to Linux kernel for MIPSEL qemu

2007-05-17 Thread PianoPan
Hello every one, I try to build a mipsel kernel by myself for qemu-system-mipsel. But the qemu can not boot it properly. Is there anyone can give me some suggestion about it. My method is following, * Get the kernel of 2.6.18.3 from kernel.org * Get the config.gz from the mipsel kernel that be