Wu Zhangjin wrote:
> hi, all
>
> these days, I am working on merging loongson patchs to linux-2.6.29.1,
> the fuloong(2f) & yeeloong source code have been completely merged to an
> 2f directory, most of the 2e & 2f source code have been merged except
> the irq.c & reset.c, fixup-loongson2e.c & fixup-loongson2f.c.
>
Cool ! :)
[...]
> a current version is released to git://dev.lemote.com/rt4ls.git,
> (for avoid creating another git repository for it, i just use my
> RT_PREEMPT git tree instead, so, it may be very big :-( )
>
> $ git clone git://dev.lemote.com/rt4ls.git
> $ git checkout linux-2.6.29-stable-loongson --track
> origin/linux-2.6.29-stable-loongson
>
You meant :
git checkout -b linux-2.6.29-stable-loongson --track
origin/linux-2.6.29-stable-loongson
don't you ?
I can not compile it :
CC arch/mips/loongson/common/bonito-irq.o
CC arch/mips/loongson/common/mem.o
CC arch/mips/loongson/common/dbg_io.o
cc1: warnings being treated as errors
arch/mips/loongson/common/dbg_io.c: In function �prom_printf
arch/mips/loongson/common/dbg_io.c:178: error: the frame size of 1040
bytes is larger than 1024 bytes
make[1]: *** [arch/mips/loongson/common/dbg_io.o] Error 1
make: *** [arch/mips/loongson/common] Error 2
I have used the config file from here :
arch/mips/configs/yeeloong2f_defconfig
Cheers and thanks for your work !
Erwan
|