2.3.14 fail compile (i586 in kernel/i8259.c)

Pete Clements (clem@clem.digital.net)
Wed, 18 Aug 1999 23:08:23 -0400 (EDT)


fyi:

gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.3.14/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=586 -c -o ptrace.o ptrace.c
gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.3.14/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=586 -c -o i8259.o i8259.c
i8259.c:13: linux/tasks.h: No such file or directory
make[1]: *** [i8259.o] Error 1
make[1]: Leaving directory `/hdb3/usr/src/linux-2.3.14/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

Compiles and runs fine after removing the offending line.

-- 
Pete Clements 
clem@clem.digital.net

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/