qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] linux usb support


From: Robert Reif
Subject: [Qemu-devel] linux usb support
Date: Sun, 14 Sep 2008 19:23:33 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11

I get the following errors when compiling on a Red Hat 9 system:

gcc -O2 -g -fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings -m32 -I. -I/home/wine/qemu -MMD -MP -MT usb-linux.o -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/wine/qemu/slirp -c -o usb-linux.o usb-linux.c
usb-linux.c:38:27: warning: linux/usb/ch9.h: No such file or directory
usb-linux.c:83: error: field `req' has incomplete type
usb-linux.c: In function `usb_linux_update_endp_table':
usb-linux.c:759: error: structure has no member named `bRequestType'
usb-linux.c:760: error: structure has no member named `bRequest'
usb-linux.c:761: error: structure has no member named `wValue'
usb-linux.c:762: error: structure has no member named `wIndex'
usb-linux.c:763: error: structure has no member named `wLength'
usb-linux.c:800: error: structure has no member named `bRequestType'
usb-linux.c:801: error: structure has no member named `bRequest'
usb-linux.c:802: error: structure has no member named `wValue'
usb-linux.c:803: error: structure has no member named `wIndex'
usb-linux.c:804: error: structure has no member named `wLength'
make: *** [usb-linux.o] Error 1




reply via email to

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