public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Juergen Lambrecht <J.Lambrecht@televic.com>
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] redefinition of `cyg_uint32'
Date: Wed, 17 May 2006 15:07:00 -0000	[thread overview]
Message-ID: <446B3B59.70801@televic.com> (raw)

Hello,

I get compiler errors for all `cyg_uintxxx' types, e.g.

redefinition of `cyg_uint32'

This is because the build directory 
ecos_ims/install/include/linux/types.h contains the following wrong code:

#include "cyg/infra/cyg_type.h"

#define uint8_t cyg_uint8
#define uint16_t cyg_uint16
#define uint32_t cyg_uint32

#define int8_t cyg_int8
#define int16_t cyg_int16
#define int32_t cyg_int32

The types above are redefined because "cyg/infra/cyg_type.h" already 
defines them (ecos/packages/infra/current/include/cyg_type.h

Why is the linux types.h wrong?

Thanks,
Juergen Lambrecht


-- 
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:[~2006-05-17 15:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-17 15:07 Juergen Lambrecht [this message]
2006-05-17 15:58 ` Andrew Lunn
2006-05-18  2:59   ` [ECOS] error building ecos application for LEON Agus Ariffianto
2006-05-18 14:45   ` [ECOS] redefinition of `cyg_uint32' Jürgen Lambrecht
2006-05-18 14:54     ` Andrew Lunn
2006-05-18 21:40       ` Jurgen Lambrecht
2006-05-23  8:23       ` [ECOS] Patch for " Juergen Lambrecht
2006-05-23  8:25         ` [ECOS] " Andrew Lunn

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=446B3B59.70801@televic.com \
    --to=j.lambrecht@televic.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).