gnokii-users
[Top][All Lists]
Advanced

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

DKU2 module not compiling


From: Mlists
Subject: DKU2 module not compiling
Date: Tue, 04 Apr 2006 14:11:29 -0400

I can't seem to get the module to compile cleanly.  I'm using ARCH linux.  I downloaded a fresh kernel source from kernel.org to match my running kernel.  I tried both the latest and the output below is from the CVS version of the driver.  Any help would be appreciated!

make[1]: Entering directory `/usr/src/linux-2.6.15.1'
  CC [M]  /root/gnokii/patches/kernel_2.6/nokia_dku2.o
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:74: error: variable 'nokia_device' has initializer but incomplete type
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:75: error: unknown field 'owner' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:75: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:75: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:76: error: unknown field 'name' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:76: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:76: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:77: error: unknown field 'short_name' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:77: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:77: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:78: error: unknown field 'id_table' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:78: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:78: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:79: error: unknown field 'num_interrupt_in' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:79: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:79: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:80: error: unknown field 'num_bulk_in' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:80: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:80: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:81: error: unknown field 'num_bulk_out' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:81: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:81: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:82: error: unknown field 'num_ports' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:82: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:82: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:83: error: unknown field 'probe' specified in initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:84: warning: excess elements in struct initializer
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:84: warning: (near initialization for 'nokia_device')
/root/gnokii/patches/kernel_2.6/nokia_dku2.c: In function 'nokia_init':
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:116: warning: passing argument 1 of 'usb_serial_register' from incompatible pointer type
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:120: warning: passing argument 1 of 'usb_serial_deregister' from incompatible pointer type
/root/gnokii/patches/kernel_2.6/nokia_dku2.c: In function 'nokia_exit':
/root/gnokii/patches/kernel_2.6/nokia_dku2.c:133: warning: passing argument 1 of 'usb_serial_deregister' from incompatible pointer type
make[2]: *** [/root/gnokii/patches/kernel_2.6/nokia_dku2.o] Error 1
make[1]: *** [_module_/root/gnokii/patches/kernel_2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.15.1'
make: *** [module] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]