public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] how to build ecosconfig on mac os x
       [not found] <770855690804091136x40bf5e69pb2f3262df321cf0@mail.gmail.com>
@ 2008-04-10  8:00 ` Jörg Wille
  2008-04-10  8:37   ` Anders Montonen
  0 siblings, 1 reply; 4+ messages in thread
From: Jörg Wille @ 2008-04-10  8:00 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] how to build ecosconfig on mac os x
  2008-04-10  8:00 ` [ECOS] how to build ecosconfig on mac os x Jörg Wille
@ 2008-04-10  8:37   ` Anders Montonen
  2008-04-10 23:17     ` Alexander Neundorf
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Montonen @ 2008-04-10  8:37 UTC (permalink / raw)
  To: ecos-discuss

[-- Attachment #1: Type: TEXT/PLAIN, Size: 341 bytes --]

On Thu, 10 Apr 2008, Jörg Wille wrote:

> Hello,
> I try to build ecosconfig on Mac OS X 10.5.2 on a intel-mac.

IIRC the autoconf files in the eCos tree are so old they don't know 
anything about OS X. A first step would probably be to regenerate the 
relevant files (ask someone who understands the autotools).

Regards,
Anders

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] how to build ecosconfig on mac os x
  2008-04-10  8:37   ` Anders Montonen
@ 2008-04-10 23:17     ` Alexander Neundorf
  2008-04-14  8:24       ` Edgar Grimberg
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Neundorf @ 2008-04-10 23:17 UTC (permalink / raw)
  To: ecos-discuss

On Thursday 10 April 2008, Anders Montonen wrote:
> On Thu, 10 Apr 2008, Jörg Wille wrote:
> > Hello,
> > I try to build ecosconfig on Mac OS X 10.5.2 on a intel-mac.
>
> IIRC the autoconf files in the eCos tree are so old they don't know
> anything about OS X. A first step would probably be to regenerate the
> relevant files (ask someone who understands the autotools).

On www.ecosforge.net 
(http://www.ecosforge.net/pmwiki/index.php/Projects/Hosttools) there is a 
copy of configtool in svn, which is used by Lars Poeschel as working 
repository for his modifications.
Maybe this builds already better on OSX ?

Alex



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] how to build ecosconfig on mac os x
  2008-04-10 23:17     ` Alexander Neundorf
@ 2008-04-14  8:24       ` Edgar Grimberg
  0 siblings, 0 replies; 4+ messages in thread
From: Edgar Grimberg @ 2008-04-14  8:24 UTC (permalink / raw)
  To: ecos-discuss

I confirm that ecosconfig compiles..

edgar$ ecosconfig  --version
ecosconfig 2.net (Apr 11 2008 01:10:07)
Copyright (c) 2002 Red Hat, Inc.
Copyright (c) 2004-2006 eCosCentric Limited

System Software Overview:
System Version:	Mac OS X 10.5.2 (9C7010)
Kernel Version:	Darwin 9.2.2

edgar$ gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5470) (Aspen 5470.3)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-10 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <770855690804091136x40bf5e69pb2f3262df321cf0@mail.gmail.com>
2008-04-10  8:00 ` [ECOS] how to build ecosconfig on mac os x Jörg Wille
2008-04-10  8:37   ` Anders Montonen
2008-04-10 23:17     ` Alexander Neundorf
2008-04-14  8:24       ` Edgar Grimberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).