public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] GCC 4.3.x problem
@ 2009-01-09 17:48 Gary Thomas
  2009-01-09 18:09 ` Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2009-01-09 17:48 UTC (permalink / raw)
  To: eCos Discussion

I'm trying to build using GCC 4.3.2 (I build my own, but as
far as I can see, the patch set is the same as the eCosCentric
version).  I get this error:

In file included from /tmp/test/ROMRAM/install/include/dirent.h:64,
                 from /opt/ecos/packages/fs/jffs2/current/src/os-ecos.h:36,
                 from /opt/ecos/packages/fs/jffs2/current/src/nodelist.h:25,
                 from /opt/ecos/packages/fs/jffs2/current/src/fs-ecos.c:16:
/tmp/test/ROMRAM/install/include/limits.h:222:26: error: limits.h: No such file or directory

This stems from <ecos>/packages/isoinfra/current/include/limits.h

/* When using a crosscompiler targeting linux, the next limits.h file
   in the include sequence may be the glibc header - which breaks our
   world. So skip it by defining _LIBC_LIMITS_H_ */
#define _LIBC_LIMITS_H_

/* Secondly only include if we haven't already been included by it. */
#ifndef _GCC_LIMITS_H_
# include_next <limits.h>
#endif

Note: my source tree is a bit old (pre flash-v2 merge), but I can't
see what might have changed that affects this.

Ideas anyone?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
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] 5+ messages in thread

end of thread, other threads:[~2009-06-11  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 17:48 [ECOS] GCC 4.3.x problem Gary Thomas
2009-01-09 18:09 ` Jonathan Larmour
2009-01-09 18:15   ` Jonathan Larmour
2009-01-09 20:08     ` Gary Thomas
2009-06-11  8:57       ` [ECOS] Forthcoming eCos contributions [ was Re: GCC 4.3.x problem ] John Dallaway

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).