ppc64 compile error
From: Rafael Ávila de Espíndola
Date: Wed Jul 14 2004 - 12:53:50 EST
I was trying to compile a kernel for ppc64 and had the following problems:
1)
rivers/video/imsttfb.c uses the function "nvram_read_byte" but it is not
defined in this architecture.
2)
the ppc64 architecture doesn't have agp.h. This prevents
drivers/char/agp/backend.c from compiling.
3)
sound/ppc/pmac.c includes asm/feture.h but it could not be found:
sound/ppc/pmac.c:36:25: asm/feature.h: No such file or directory
Removing the corresponding options from .config results in a successful
compilation.
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/