From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] linux usb support
Date: Sun, 14 Sep 2008 19:23:33 -0400 [thread overview]
Message-ID: <48CD9CF5.3040409@earthlink.net> (raw)
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
next reply other threads:[~2008-09-14 23:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-14 23:23 Robert Reif [this message]
2008-09-15 1:04 ` [Qemu-devel] Re: linux usb support Zeev Tarantov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48CD9CF5.3040409@earthlink.net \
--to=reif@earthlink.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).