View Single Post
Posts: 102 | Thanked: 140 times | Joined on Sep 2010 @ Israel
#1
Hi,
I'm trying to recompile kernel-power to add several features that I'm missing (specifically USB CDROM support).

Whenever I attempt to compile, the following error is encountered:
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
Any ideas?