public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] changing package configuration?
@ 1999-12-09 11:37 Grant Edwards
  1999-12-09 13:35 ` Jesper Skov
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 1999-12-09 11:37 UTC (permalink / raw)
  To: ecos-discuss

I've got an ARM-PID ecos configuration that is built and running (with
some customization since I'm not actually running on a PID board).

Now I want to enable the PID serial port driver modules.  AFAICT,
they're currently disabled since install/include/pkgconf/io_serial.h
contains

#undef  CYGPKG_IO_SERIAL_ARM_PID
#undef  CYGPKG_IO_SERIAL_ARM_PID_SERIAL0
#define CYGDAT_IO_SERIAL_ARM_PID_SERIAL0_NAME "/dev/ser0"
#define CYGNUM_IO_SERIAL_ARM_PID_SERIAL0_BAUD 38400
#define CYGNUM_IO_SERIAL_ARM_PID_SERIAL0_BUFSIZE 128
#define CYGPKG_IO_SERIAL_ARM_PID_SERIAL1
#define CYGDAT_IO_SERIAL_ARM_PID_SERIAL1_NAME "/dev/ser1"
#define CYGNUM_IO_SERIAL_ARM_PID_SERIAL1_BAUD 38400
#define CYGNUM_IO_SERIAL_ARM_PID_SERIAL1_BUFSIZE 128

If I want to enable the PID serial support, is changing the above
#undef's to #define's going to do it?

Im afraid to run the tclsh configure script, because it always seems
to overwrite some of the files I've customized to make things work on
my platform.

-- 
Grant Edwards
grante@visi.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-12-10  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-09 11:37 [ECOS] changing package configuration? Grant Edwards
1999-12-09 13:35 ` Jesper Skov
1999-12-09 14:00   ` Gary Thomas
1999-12-09 14:04     ` Grant Edwards
1999-12-10  0:56       ` Jesper Skov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).