This is the mail archive of the ecos-discuss@sourceware.org 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]

how to build ecosconfig on mac os x


Hello,
 I try to build ecosconfig on Mac OS X 10.5.2 on a intel-mac. Configure
 stops with an error "Unable to figure out how to do 64 bit arithmetic"
 an when I try to run the unix makefile in
 /host/tools/configtool/standalone I get the following errors:
 /usr/include/c++/4.0.0/cstdlib:159: error: '::lldiv_t' has not been declared
 /usr/include/c++/4.0.0/cstdlib:165: error: '::_Exit' has not been declared
 /usr/include/c++/4.0.0/cstdlib:175: error: 'lldiv_t' does not name a type
 /usr/include/c++/4.0.0/cstdlib:179: error: 'lldiv_t' does not name a type
 /usr/include/c++/4.0.0/cstdlib:197: error: '::strtold' has not been declared
 /usr/include/c++/4.0.0/cstdlib:203: error: '__gnu_cxx::lldiv_t' has
 not been declared
 /usr/include/c++/4.0.0/cstdlib:205: error: '__gnu_cxx::_Exit' has not
 been declared
 /usr/include/c++/4.0.0/cstdlib:209: error: '__gnu_cxx::div' has not
 been declared
 /usr/include/c++/4.0.0/cstdlib:210: error: '__gnu_cxx::lldiv' has not
 been declared
 /usr/include/c++/4.0.0/cstdlib:216: error: '__gnu_cxx::strtold' has
 not been declared

 How can I proceed? Thanks.

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