This is the mail archive of the ecos-discuss@sourceware.org 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: How to enable USB on IXP425 GRG


On Fri, Nov 23, 2007 at 05:57:25PM +0530, Navya S Kamath wrote:
> Hi,
> 
> I created a driver package for USB on IXP425. I have modified the ecos.db to
> include the USB package. Similarly I have edited the .ecm files for the
> board. But while compiling the image the driver source is not compiled.Is
> there any other change to be made?

Nope. 

The linker may through the driver away if it is not used, but you say
it is not even being compiled. So this is a different issue. Does your
packages CDL have any enable/disable logic? Does you ecos.ecc file
contain the driver package and any options it make include. Do you get
a makefile for it in the build tree? Does the Makefile list the source
file?

        Andrew

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


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