On Thu, 2009-04-23 at 20:12 +0200, Erwan Lerale wrote:
> 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 ?
>
Yes, thanks for correcting this error, forget to add the -b option.
>
> 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
>
which gcc compiler do you use? gcc 4.4? i just try to compile it in gcc
4.4, get the same error. but i only test it in gcc 4.3(cross-compiler)
before, only a few "trivial" warnings.
a new branch for gcc 4.4 will be created as quickly as i can.
> I have used the config file from here :
> arch/mips/configs/yeeloong2f_defconfig
>
> Cheers and thanks for your work !
>
really thanks for your encouragement, welcome to take part in, lots of
source code lines need to be cleaned up.
> Erwan
>
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "loongson-dev" group.
> To post to this group, send email to loongson-dev@googlegroups.com
> To unsubscribe from this group, send email to
> loongson-dev+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/loongson-dev?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
|