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]

Re: minor CDL problem


This was discussed about 3 weeks ago. Its to do with locale settings
you have. How do you have LC_NUMERIC set? Run locale(1).

LANG=C
LC_CTYPE=de_CH
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=

Im guessing you have some set for DE. This might mean that floating
point numbers need a , not a . Set it back to "C". 

      Andrew

On Thu, Mar 13, 2003 at 11:28:30AM +0100, Koeller, T. wrote:
> Hi,
> 
> whenever I start up the configtool, I get:
> 
> /pub/ecos/packages/language/c/libm/current/cdl/libm.cdl, option X_TLOSS,
> property default_value: error
>     Invalid floating point constant `1.41484755040568800000E+16'.
>      <end of data>{.41484755040568800000e+16}
> 
> I looked into that file, but could not find any reason why this
> value might be invalid. Maybe it is just too large?
> 
> tk
> ----------------------------------------------- 
> Thomas Koeller, Software Development 
> 
> Basler Vision Technologies 
> An der Strusbek 60-62 
> 22926 Ahrensburg 
> Germany 
> 
> Tel +49 (4102) 463-390 
> Fax +49 (4102) 463-46390
> 
> mailto:Thomas dot Koeller at baslerweb dot com 
> http://www.baslerweb.com 
> 
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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