public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: Fabrice Gautier <Fabrice_Gautier@sdesigns.com>
Cc: "Ecos-List \(E-mail\)" <ecos-discuss@sourceware.cygnus.com>
Subject: Re: [ECOS] Memory map: User defined section
Date: Fri, 01 Sep 2000 12:36:00 -0000	[thread overview]
Message-ID: <39B00556.F257D70A@redhat.com> (raw)
In-Reply-To: <8AE4B526B977D411841F00A0CC334020052C3D@cuz-exchange.sdesigns.net>

Fabrice Gautier wrote:
> 
> When I define a new section in the memory map with the config tool, I would
> like to have a symbol at the end of this section. Currently, if I define a
> section FOO, there is a symbol __FOO defined at the beginning, and I would
> like to have a __FOO_END at the end.
> 
> How is it possible to had this feature? Does it require a change to the
> config tool itself?

Do you really need it? If you include the appropriate MLT generated .h file
(by using
#include <pkgconf/system.h>
#include CYGHWR_MEMORY_LAYOUT_H
) you can get the end by using (&CYGMEM_SECTION_FOO +
CYGMEM_SECTION_FOO_SIZE).

Other than that, you would need to rebuild the config tool. The sources are
in the CVS repository, but require MSVC++ to build them.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

  reply	other threads:[~2000-09-01 12:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-01 12:21 Fabrice Gautier
2000-09-01 12:36 ` Jonathan Larmour [this message]
2000-09-01 21:02 Fabrice Gautier
2000-09-15 19:58 Fabrice Gautier
2000-09-16  8:07 ` Jonathan Larmour
2000-09-18 22:56 Fabrice Gautier
2000-09-18 16:52 ` Jonathan Larmour
2000-09-19  2:57 Fabrice Gautier

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=39B00556.F257D70A@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=Fabrice_Gautier@sdesigns.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    /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).