On Wed, Aug 12, 2009 at 08:18:40AM -0700, Domeika, Max J wrote: > Hi, > > Hoping for some help. I'm compiling the moblin kernel using the Intel > compiler and can get a clean boot using 2.6.29, but 2.6.30 seems to > crash early in the boot process.
Ick, why would you want to compile the kernel with the intel compiler? > I haven't been able to localize the issue to one file like I can normally do. > > I'm wondering if anyone knows by chance if there are some code size > sensitive changes between 2.6.29 and 2.6.30. There are over 10000 different changes between those two versions, all of which are public. I suggest you work on doing a 'git bisect' to narrow down the problem to the offending change. Also, this is a linux-kernel issue, not a Moblin-specific one. Try asking stuff like this, after you have found the problem change, on the [email protected] mailing list. But note, the upstream developers do not support building the kernel with Intel's compiler, so odds are, you are on your own for trying to do something as crazy as this :) best of luck, greg k-h _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
