[ECOS] include_next problem
Andrew Lunn
andrew@lunn.ch
Thu Jun 28 15:29:00 GMT 2007
On Thu, Jun 28, 2007 at 06:27:18AM -0700, Michael Dorin wrote:
> Hello,
>
> I am trying to build an ecos application which
> includes stddef. I get the error below:
>
> ../../../src/ecos/include/stddef.h" includes itself
> #include_next <stddef.h>
>
> #include_next is on the bottom of stddef.h.
> Simply removing the include_next seems to be a bad
> thing too.
>
> I am using the arm.com c compiler.
>
> Any ideas on how to fix this?
Use gcc. eCos uses some of the proprietary extensions of gcc which the
ARM compiler will not understand. It will be very difficult to use the
ARM compiler. I don't think anybody has reported success.
Andrew
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list