lkml.org 
[lkml]   [1999]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject2.2.6: irda does not compile
Date

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'

CS_ASCII does not appear to be defined anywhere:

root@rcp /usr/src/linux-2.2.6 # find . -name '*.[ch]' -print | xargs grep CS_ASCII /dev/null
./net/irda/iriap.c: "CS_ASCII",
./net/irda/iriap.c: case CS_ASCII:
./net/irda/irias_object.c: value->charset = CS_ASCII;
./net/irda/irlmp.c: irlmp->discovery_cmd.charset = CS_ASCII;
./net/irda/irlmp.c: irlmp->discovery_rsp.charset = CS_ASCII;

Here are my IrDA options:

#
# IrDA subsystem support
#
CONFIG_IRDA=m
# CONFIG_IRLAN is not set
CONFIG_IRCOMM=m
CONFIG_IRLPT=m
CONFIG_IRLPT_CLIENT=m
CONFIG_IRLPT_SERVER=m
CONFIG_IRDA_OPTIONS=y
CONFIG_IRDA_CACHE_LAST_LSAP=y
# CONFIG_IRDA_FAST_RR is not set
CONFIG_IRDA_DEBUG=y
# CONFIG_IRDA_COMPRESSION is not set

Nicolai



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

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.554 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site