> > -----Original Message----- > > From: Alan Stern [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 08, 2004 22:10 > > To: Mark Richards > > Cc: [EMAIL PROTECTED] > > Subject: Re: [linux-usb-devel] USB compile errors > > > > > > On Thu, 8 Jan 2004, Mark Richards wrote: > > > > > Hello everyone. > > > > > > I am compiling a custom kernel using mandrake's build > > 2.4.22-21. I've > > > had some success with it so far, but am trying to get a good > > > compile/link. > > > > > > I hit a snag today in the usb section and am not certain who to > > > contact about it. I'm new to linux (win32 for years, tho). > > I checked > > > the sources in the drivers/usb section of the source and > > cannot find a > > > reference to anyone who wrote it :) Is it customary to > contact the > > > developers directly on these sorts of issues, and if so, how do I > > > determine who they are? Is there a list somewhere that's > > maintained > > > associating certain projects with certain developers for > the kernel? > > > > This is the appropriate list. Although since your problem > > was with the > > usb-storage driver, you could have submitted to the list > > devoted to it. > > > > > Here's the error output of my build so far (this is the > driver make > > > portion): > > > > > make[3]: Entering directory > > > `/usr/src/linux-2.4.22-21mdk/drivers/usb/storage' > > > gcc -D__KERNEL__ -I/usr/src/linux-2.4.22-21mdk/include -Wall > > > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing > > > -fno-common -pipe -mpreferred-stack-boundary=2 > -march=i586 -DMODULE > > > -DMODVERSIONS -include > > > /usr/src/linux-2.4.22-21mdk/include/linux/modversions.h > > > -I../../scsi/ -nostdinc -iwithprefix include > > -DKBUILD_BASENAME=usb -c usb.c > > > -o usb.o > > > In file included from usb.c:195: > > > unusual_devs.h:251: error: `US_PR_ZIOCF' undeclared here > > (not in a function) > > > unusual_devs.h:251: error: initializer element is not constant > > > unusual_devs.h:251: error: (near initialization for > > > `us_unusual_dev_list[25].useTransport') > > > unusual_devs.h:251: error: `init_ziocf' undeclared here > > (not in a function) > > > unusual_devs.h:251: error: initializer element is not constant > > > unusual_devs.h:251: error: (near initialization for > > > `us_unusual_dev_list[25].initFunction') > > > > That US_PR_ZIOCF giving you so many problems must be a > > Mandrake addition, or maybe from somewhere else. It's not > > part of the standard kernel > > distribution. Looks like you have just a portion of a > patched source. > > > > Alan Stern > > > > Alan Many thanks. It's probably not safe to plunk in the standard USB build here, so I'll take this over to the Drakes. -m-
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
