Compile error (2.0b2, kernel 2.4.21)
Status: Beta
Brought to you by:
alexpod
When compiling CDBO 2.0 beta 2 (using GCC 3.3 and stock Linux
kernel 2.4.21), there is a compile error involving the kernel
includes. It occurs because the `long long' type isn't available
under ANSI C, so the type __u64 isn't defined, but some of the
kernel headers require said type. It can be worked around by
removing the `-ansi' flag from CFLAGS in the file `cdbakeoven/
cdboshared/Makefile'.
I've attached the compiler output, just to confirm.
Compiler output