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: Question on serial ports


On Fri, Sep 14, 2007 at 05:04:17PM -0400, Scott Moore wrote:
> Hi, sorry to post on this yet again, but I built both
> the p2106 and lpcmt targets, and both appear to have the
> same (forgive me) braindamaged I/O as the mcb2100 board
> target. I tried:
> 
> C:\projects\testbuild>ecosconfig add CYGPKG_IO_SERIAL_GENERIC_16X5X
> Package `CYGPKG_IO_SERIAL_GENERIC_16X5X' is already loaded.
> 
> And the configurator appears to believe that this is already selected.
> However, after building, I don't see the ser_16x5x.o file anywhere
> in the build. ser_16x5x.c is the file 
> ../ecos/packages/devs/serial/generic/16x5x/current/src/ser_16x5x which
> contains the 16x5x general support. Instead it is including:
> 
> 09/14/2007  01:47 PM            23,264 io_serial_haldiag.o
> 09/14/2007  01:47 PM            26,808 io_serial_serial.o
> 09/14/2007  01:47 PM            21,488 io_serial_tty.o
> 
> haldiag is the package that includes the stripped down, polling
> mode only I/O.
> 
> What's the trick to getting this package (really) included in the
> build?

Do you have CYGPKG_IO_SERIAL_DEVICES enabled? That catches a lot of
people out.

   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]