Linux MIPS Architecture development
 help / color / mirror / Atom feed
* which 2.6 kernel can be run on db1550?
@ 2005-06-23 20:37 rolf liu
  2005-06-23 21:48 ` Clem Taylor
  0 siblings, 1 reply; 11+ messages in thread
From: rolf liu @ 2005-06-23 20:37 UTC (permalink / raw)
  To: linux-mips

I just compiled 2.4.31 and run that on db1550. It works through a NFS
root file system. I am thinking of running of 2.6 on db1550. Which one
can be compiled by SDE and run this box?

I tried 2.6.12 and tried 2.6.12-rc6, but got no luck. They just don't compile.

thanks

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <42BBB438.6000205@innova-card.com>]
* Re: which 2.6 kernel can be run on db1550?
@ 2005-06-24  8:46 moreau francis
  0 siblings, 0 replies; 11+ messages in thread
From: moreau francis @ 2005-06-24  8:46 UTC (permalink / raw)
  To: Ulrich Eckhardt; +Cc: linux-mips

Ulrich Eckhardt wrote:

>moreau francis wrote:
>
>>HEAD doens't compile 
>
>
>Yep, that happens when there is active development going on. Nonetheless, I'd 
>stay with that one and try to fix what is broken - in my experience these are 
>only small oversights, not real trouble. Also, for such things it pays to 
>sometimes get on #linux-mips an irc.freenode.net.
>

I found this in "include/linux/compiler-gcc2.h". 
"""
/* GCC 2.95.x/2.96 recognize __va_copy, but not va_copy. Actually later GCC's
 * define both va_copy and __va_copy, but the latter may go away, so limit this
 * to this header */
#define va_copy                       __va_copy
"""

That's not correct seems my gcc (2.96) defines va_copy.

Another thing in "arch/mips/kernel/ptrace.c" line 273:
"""
                case DSP_BASE ... DSP_BASE + 5:
                        if (!cpu_has_dsp) {
                                ret = -EIO;
                                break;
                        }
                        dspreg_t *dregs = __get_dsp_regs(child);
                        dregs[addr - DSP_BASE] = data;
                        break;
"""

dregs variable is declared in an incorrect place (no opening block here)...

Hope it helps.

        Francis



	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-06-24 14:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-23 20:37 which 2.6 kernel can be run on db1550? rolf liu
2005-06-23 21:48 ` Clem Taylor
2005-06-23 22:04   ` rolf liu
2005-06-23 22:04     ` rolf liu
2005-06-23 22:12     ` Nigel Stephens
2005-06-23 22:24       ` rolf liu
2005-06-24  6:53     ` Ulrich Eckhardt
     [not found] <42BBB438.6000205@innova-card.com>
2005-06-24  7:25 ` moreau francis
2005-06-24  8:27   ` Ulrich Eckhardt
2005-06-24 14:04   ` Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2005-06-24  8:46 moreau francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox