View Single Post
Posts: 468 | Thanked: 610 times | Joined on Jun 2006
#316
How do I compile a kernel-power kernel myself?

I followed guides on compiling kernel in scratchbox using information:
http://wiki.maemo.org/Documentation/...o_Kernel_Guide
and
http://www.natisbad.org/N900/n900-custom-kernel.html

the default nokia kernel seems to compile but the power kernel doesn't. As suggested here, I tried the extra step in copying the default config:
http://psfreedom.com/wiki/Nokia_N900...9_maemo_kernel
Code:
cp debian/rx51power_defconfig arch/arm/configs/
But when I do "make EXTRAVERSION=.10power46" I stil get an error:
Code:
In file included from arch/arm/mach-omap2/pm.c:37:
arch/arm/plat-omap/include/mach/pm.h:111:2: error: #error "Power management for this processor not implemented yet"
make[1]: *** [arch/arm/mach-omap2/pm.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
If I only compile modules, that seems to work OK, but compiling the entire kernel doesn't work.

Can anybody help me?