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]
Other format: [Raw text]

CDL: how do I access cdl_options within define_proc?


Hi,

I'm trying to something like:

cdl_option CYGNUM_JUNK {
   ...
   define_proc		{
      puts $cdl_header [join "CYGNUM_JUNK = $CYGNUM_JUNK"]
   }
}

except this blows away configtool. What's the right way to access the value
of an option within a define_proc?

Thanks in advance,
-- Philip Keller
   Metrolab Instruments




-- 
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]