Re: which 2.6 kernel can be run on db1550?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux