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]

Re: no_define


Jonathan Larmour wrote:
> 
> Motoya Kurotsu wrote:
> >
> > I'm looking at test programs of io/wallclock in the latest cvs.
> > In wallclock2.cxx, there is such lines like below:
> >
> >         #elif !defined(CYGINT_LIBC_STARTUP_CONTEXT)
> >         # define NA_MSG "Requires main to be invoked"
> >         #endif
> >
> > On the other hand, CYGINT_LIBC_STARTUP_CONTEXT in set as "no_define" in
> > language/c/libc/startup/current/cdl/startup.cdl.
> > I have a question.
> >
> > 1) In this case, can I delete no_define property in the startup.cdl?
> 
> Yes.

I should have said that the problem is actually in the wallclock2.cxx test:
it should check CYGPKG_LIBC_STARTUP (which requires that
CYGINT_LIBC_STARTUP_CONTEXT is 1) instead.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


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