This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Disabling an host package


> Which USB kernel module are you talking about here? 

io/usb/slave/current/host

> The code in io/usb/slave/current/host should not have any unusual
> requirements.
> 
> Hmmm, except that there are #include's for <linux/usb.h> and
> <linux/usbdevice_fs.h>. If you are still running a 2.2. kernel without
> the USB backport then those headers may not exist. OK, I'll add some
> autoconf tests for those.

Yep, Linux 2.2.19

/export/home/lunn/ecos/packages/io/usb/slave/current/host/usbhost.c:86: linux/usb.h: No such file or directory
/export/home/lunn/ecos/packages/io/usb/slave/current/host/usbhost.c:87: linux/usbdevice_fs.h: No such file or directory

I also have problems with packages/devs/eth/synth/ecosynth/current/host:

/export/home/lunn/ecos/packages/devs/eth/synth/ecosynth/current/host/rawether.c:66: linux/if_tun.h: No such file or directory

The tun interface is a 2.4 thing.

    Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]