This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

configuration options


Hi,

I'm doing an eCos port and having trouble adding/changing kernel
configuration options in kernel/<version>/include/pkgconf/kernel.h.

Particularly, I want to add CYGNUM_KERNEL_COUNTERS_RTC_PERIOD
#define specific to my platform, similar to those already in
kernel.h, such as:

#if defined(CYG_HAL_MN10300_STDEVAL1)
#define CYGNUM_KERNEL_COUNTERS_RTC_RESOLUTION   {1000000000, 100}
#define CYGNUM_KERNEL_COUNTERS_RTC_PERIOD       150000
#endif

However, no matter what, my mods don't make it into kernel.h in
build/install tree.  What's wrong?

Thanks.

Gene Kozin,
Sr. Firmware Engineer
C-Cube Microsystems



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