* driver cvscompile with k-2.2.24
@ 2003-09-22 8:42 Andrei Boros
2003-09-25 9:14 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Boros @ 2003-09-22 8:42 UTC (permalink / raw)
To: alsa-devel
Trying cvscompile on the cvs tree updated 30min ago :
make[2]: Entering directory
`/serve/install/alsa-cvs/alsa-driver/usb/us428'
gcc -D__KERNEL__ -DMODULE=1
-I/serve/install/alsa-cvs/alsa-driver/include -I/us
r/src/linux/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX
-Wall -
Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
-fno-strict-aliasing
-fno-common -pipe -DALSA_BUILD -DKBUILD_BASENAME=usbus428 -c -o
usbus428.o us
bus428.c
In file included from /usr/src/linux/include/linux/usb.h:130,
from usbus428.h:3,
from usbus428.c:71:
/usr/src/linux/include/linux/kcomp.h:12: warning: `pci_enable_device'
redefined
/serve/install/alsa-cvs/alsa-driver/include/compat_22.h:214: warning:
this is th
e location of the previous definition
/usr/src/linux/include/linux/kcomp.h:48: warning: `IORESOURCE_IO'
redefined
/serve/install/alsa-cvs/alsa-driver/include/linux/isapnp.h:154: warning:
this is
the location of the previous definition
/usr/src/linux/include/linux/kcomp.h:53: warning: `pci_resource_flags'
redefined
/serve/install/alsa-cvs/alsa-driver/include/compat_22.h:246: warning:
this is th
e location of the previous definition
In file included from usbus428.h:5,
from usbus428.c:71:
usbus428ctldefs.h:121: warning: unnamed struct/union that defines no
instances
In file included from usbus428.c:71:
usbus428.h:10: redefinition of `urb_t'
/usr/src/linux/include/linux/usb.h:395: `urb_t' previously declared here
usbus428.h:11: redefinition of `purb_t'
/usr/src/linux/include/linux/usb.h:395: `purb_t' previously declared
here
usbus428.c: In function `snd_us428_In04Int':
usbus428.c:170: warning: implicit declaration of function
`usb_fill_bulk_urb'
usbus428.c:171: structure has no member named `vol'
usbus428.c: At top level:
usbus428.c:202: elements of array `snd_us428_usb_id_table' have
incomplete type
usbus428.c:204: unknown field `match_flags' specified in initializer
usbus428.c:204: `USB_DEVICE_ID_MATCH_DEVICE' undeclared here (not in a
function)
usbus428.c:204: warning: excess elements in struct initializer
usbus428.c:204: warning: (near initialization for
`snd_us428_usb_id_table[0]')
usbus428.c:205: unknown field `idVendor' specified in initializer
usbus428.c:205: warning: excess elements in struct initializer
usbus428.c:205: warning: (near initialization for
`snd_us428_usb_id_table[0]')
usbus428.c:206: unknown field `idProduct' specified in initializer
usbus428.c:207: warning: excess elements in struct initializer
usbus428.c:207: warning: (near initialization for
`snd_us428_usb_id_table[0]')
usbus428.c:209: invalid use of undefined type `struct usb_device_id'
usbus428.c: In function `snd_us428_create_card':
usbus428.c:241: invalid use of undefined type `struct usb_device_id'
usbus428.c:241: invalid use of undefined type `struct usb_device_id'
usbus428.c: At top level:
usbus428.c:274: sizeof applied to an incomplete type
usbus428.c:277: warning: initialization from incompatible pointer type
usbus428.c:279: unknown field `id_table' specified in initializer
usbus428.c:279: warning: missing braces around initializer
usbus428.c:279: warning: (near initialization for
`snd_us428_usb_driver.driver_l
ist')
usbus428.c:279: warning: initialization from incompatible pointer type
usbus428.c:280: unknown field `driver_list' specified in initializer
usbus428.c:280: warning: braces around scalar initializer
usbus428.c:280: warning: (near initialization for
`snd_us428_usb_driver.driver_l
ist.prev')
usbus428.c:280: warning: excess elements in scalar initializer
usbus428.c:280: warning: (near initialization for
`snd_us428_usb_driver.driver_l
ist.prev')
make[2]: *** [usbus428.o] Error 1
make[2]: Leaving directory
`/serve/install/alsa-cvs/alsa-driver/usb/us428'
make[1]: *** [_modsubdir_us428] Error 2
make[1]: Leaving directory `/serve/install/alsa-cvs/alsa-driver/usb'
make: *** [compile] Error 1
--
ing. Andrei Boros
mailto:andrei@srr.ro / +40-21-303-1870
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: driver cvscompile with k-2.2.24
2003-09-22 8:42 driver cvscompile with k-2.2.24 Andrei Boros
@ 2003-09-25 9:14 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2003-09-25 9:14 UTC (permalink / raw)
To: Andrei Boros; +Cc: alsa-devel
At Mon, 22 Sep 2003 11:42:07 +0300,
Andrei Boros wrote:
>
>
> Trying cvscompile on the cvs tree updated 30min ago :
>
>
> make[2]: Entering directory
> `/serve/install/alsa-cvs/alsa-driver/usb/us428'
> gcc -D__KERNEL__ -DMODULE=1
> -I/serve/install/alsa-cvs/alsa-driver/include -I/us
> r/src/linux/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX
> -Wall -
> Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
> -fno-strict-aliasing
> -fno-common -pipe -DALSA_BUILD -DKBUILD_BASENAME=usbus428 -c -o
> usbus428.o us
> bus428.c
(snip)
fixed now.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-25 9:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-22 8:42 driver cvscompile with k-2.2.24 Andrei Boros
2003-09-25 9:14 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.