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]

option X_TLOSS error.


Hello to everybody!
I'm triyng to compile the eCos sources for Mips, in l\Linux environment.
Using the configtool 2.11 for Linux, when I start this tool, it views an
error:
/ecos/src/ecos-scmxx/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}

What is the problem?

The option X_TLOSS is defined, in libm.cdl file, as follow:

    # OTHER CONFIGURATION SETTINGS
    cdl_option X_TLOSS {
        display       "Bessel function limit of significance"
        flavor        data
        default_value 1.41484755040568800000e+16;  # pi*(2**52)
        legal_values  1 to 1e308;  # FIXME
        description   "
            For the Bessel functions (j0(), j1(), jn(),
            y0(), y1(), yn()) this option defines the
            maximum absolute value of the ordinate
            before we assume total loss of significance.
            This number must be a floating-point number (e.g.
            contains a decimal point), and should be
            large."
    }

Thanks in advande.
Giovanni Perbellini



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