Re: [linux-usb-devel] usb-skeleton not compiling

2004-06-15 Thread Greg KH
On Tue, Jun 15, 2004 at 03:48:59PM -0700, J. Dosher wrote: > I'm getting about 1000 lines of output, so I'll try to just include just > what looks important. First off, here's my Makefile (just in case that's > the problem). That is the problem. Please read the documentation on how to build kerne

Re: [linux-usb-devel] usb-skeleton not compiling

2004-06-15 Thread J. Dosher
I'm getting about 1000 lines of output, so I'll try to just include just what looks important. First off, here's my Makefile (just in case that's the problem). KERNELDIR = /usr/src/linux #aliased as /usr/src/linux -> /usr/src/linux-2.6.5-1.358/ include $(KERNELDIR)/.config CFLAGS = -D__KERNEL__

Re: [linux-usb-devel] usb-skeleton not compiling

2004-06-15 Thread Greg KH
On Tue, Jun 15, 2004 at 03:04:30PM -0700, J. Dosher wrote: > I've developed a custom I/O control board for haptics and robotics using > an Atmel AVR and a Cypress USB 2.0 IC. > (http://www-brl.ee.washington.edu/~jdosher/Pictures/Thumbnails/BoardTH.html) > > We've been having some trouble getting o