public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Bob Brusa <bob.brusa@gmail.com>
Cc: ecos discuss <ecos-discuss@ecos.sourceware.org>
Subject: Re: [ECOS] library uses type size_t but my build can not resolve it
Date: Tue, 18 Dec 2012 17:54:00 -0000	[thread overview]
Message-ID: <20121218175447.GZ17242@lunn.ch> (raw)
In-Reply-To: <50D0AC31.4030108@gmail.com>

On Tue, Dec 18, 2012 at 06:47:29PM +0100, Bob Brusa wrote:
> Hi,
> I built a library for an arm-processor (AT91SAM7s256) based system.
> String routines and many others use the type size_t. But all such
> functions I reference seem to have a problem with this type, because
> its defined nowhere. Nevertheless, the build is successful.
> 
> The stddef.h linked into my library is the one from
> 
> ecos\packages\isoinfra\current\include
> 
> All this file contains is (essentially):
> 
> #include_next <stddef.h>
> 
> but there is no other stddef.h in my library. I do not grasp the
> logic behind this. Any help?

Your compiler should provide it.

/opt/ecos/gnutools/arm-elf/lib/gcc-lib/arm-elf/3.2.1/include/stddef.h

	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

      reply	other threads:[~2012-12-18 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 17:47 Bob Brusa
2012-12-18 17:54 ` Andrew Lunn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121218175447.GZ17242@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=bob.brusa@gmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).