[ECOS] Baffled yet again by CDL
Jay Foster
jay@systech.com
Wed Mar 21 21:20:00 GMT 2012
Use
default_value { "\"Foobar\"" }
There are many examples in the eCos repository that do this.
Jay
On 3/21/2012 1:31 PM, Grant Edwards wrote:
> How do I get a quoted string as a default value for a CDL option?
>
>
> If I put
>
> default_value {"Foobar"}
>
> I get this:
>
> #define CYG_WHATEVER Foobar
>
> But when user_value like this
>
> user_value {"Foobar"}
>
> Then I get this:
>
> #define CYG_WHATEVER "Foobar"
>
> Why do they behave differently? How do I get the latter result with a
> default value? [This reminds me yet again why I loathe TCL]
>
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list