Re: 2.2.6: irda does not compile

Willem Boschman (wiz@xs4all.nl)
Mon, 19 Apr 1999 19:28:01 +0200


>
> gcc -D__KERNEL__ -I/usr/src/linux-2.2.6/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE -c -o iriap.o iriap.c
> iriap.c:31: linux/irda.h: No such file or directory
> iriap.c: In function `iriap_getvaluebyclass_confirm':
> iriap.c:458: `CS_ASCII' undeclared (first use this function)
> iriap.c:458: (Each undeclared identifier is reported only once
> iriap.c:458: for each function it appears in.)
> iriap.c:470: warning: unreachable code at beginning of switch statement
> make[2]: *** [iriap.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.2.6/net/irda'
>

your missing include/linux/irda.h. it's in 2.2.5-ac7 & 2.2.6-ac1

-willem

-
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/