[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

2.4.21-ac with IrDA



I'm trying to compile 2.4.21-ac with gcc-3.2 on my Miata system, and
when it gets to the point of compiling some IrDA i get:

gcc -D__KERNEL__ -I/seagate/src/linux-2.4.21/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev56 -Wa,-mev6  
-nostdinc -iwithprefix include -DKBUILD_BASENAME=crc  -c -o crc.o crc.c
gcc -D__KERNEL__ -I/seagate/src/linux-2.4.21/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev56 -Wa,-mev6  
-nostdinc -iwithprefix include -DKBUILD_BASENAME=wrapper  -c -o
wrapper.o wrapper.c
wrapper.c: In function `state_link_escape':
wrapper.c:298: warning: concatenation of string literals with
__FUNCTION__ is deprecated
gcc -D__KERNEL__ -I/seagate/src/linux-2.4.21/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev56 -Wa,-mev6  
-nostdinc -iwithprefix include -DKBUILD_BASENAME=af_irda  -c -o
af_irda.o af_irda.c
af_irda.c: In function `irda_connect_confirm':
af_irda.c:213: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c:220: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_connect_indication':
af_irda.c:272: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c:279: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_getvalue_confirm':
af_irda.c:376: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_selective_discovery_indication':
af_irda.c:426: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_open_tsap':
af_irda.c:484: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_find_lsap_sel':
af_irda.c:561: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_getname':
af_irda.c:732: union has no member named `irda'
af_irda.c: In function `irda_bind':
af_irda.c:796: union has no member named `irda'
af_irda.c: In function `irda_accept':
af_irda.c:857: union has no member named `irda'
af_irda.c:895: union has no member named `irda'
af_irda.c: In function `irda_connect':
af_irda.c:960: union has no member named `irda'
af_irda.c: In function `irda_create':
af_irda.c:1100: union has no member named `irda'
af_irda.c:1125: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_release':
af_irda.c:1210: union has no member named `irda'
af_irda.c:1212: union has no member named `irda'
af_irda.c: In function `irda_sendmsg':
af_irda.c:1283: union has no member named `irda'
af_irda.c: In function `irda_recvmsg_dgram':
af_irda.c:1346: union has no member named `irda'
af_irda.c: In function `irda_recvmsg_stream':
af_irda.c:1417: union has no member named `irda'
af_irda.c: In function `irda_sendmsg_dgram':
af_irda.c:1536: union has no member named `irda'
af_irda.c: In function `irda_shutdown':
af_irda.c:1644: union has no member named `irda'
af_irda.c: In function `irda_poll':
af_irda.c:1687: union has no member named `irda'
af_irda.c: In function `irda_setsockopt':
af_irda.c:1819: union has no member named `irda'
af_irda.c:2009: warning: concatenation of string literals with
__FUNCTION__ is deprecated
af_irda.c: In function `irda_getsockopt':
af_irda.c:2124: union has no member named `irda'
af_irda.c:2287: warning: concatenation of string literals with
__FUNCTION__ is deprecated
make[3]: *** [af_irda.o] Error 1
make[3]: Leaving directory `/seagate/src/linux-2.4.21/net/irda'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/seagate/src/linux-2.4.21/net/irda'
make[1]: *** [_subdir_irda] Error 2
make[1]: Leaving directory `/seagate/src/linux-2.4.21/net'
make: *** [_dir_net] Error 2


I got the same errors with gcc-2.95.  Is the IrDA support just broken?  

Richard Fillion
rick@rhix.ods.org

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: