Re: kernel compilation - errors

2007-01-08 Thread Jan Engelhardt
On Jan 8 2007 18:48, Ram wrote: > > Actually, the some of the case values are defined as - > > case (u32)&CM_ICLKEN_WKUP: > case (u32)&CM_FCLKEN_WKUP: This looks like really broken code, if CM_* happen to be constants. -`J' -- - To unsubscribe from this list: send the line "unsubscribe

Re: kernel compilation - errors

2007-01-08 Thread Tony Lindgren
Hi, * Ram <[EMAIL PROTECTED]> [070108 05:18]: > Hi, > Im using linux-2.6.14-omap2430. > > Im using TI omap 2430 SDP. > > When i compile it with the eldk toolchain. > > I get an error listed at the end of this mail. > > The error is simple - case values should be constants, However, th