public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Laabs" <martin.laabs@mailbox.tu-dresden.de>
To: "ecos-devel@ecos.sourceware.org" <ecos-devel@ecos.sourceware.org>
Subject: packages to different memory sections
Date: Sun, 23 Nov 2008 22:22:00 -0000	[thread overview]
Message-ID: <op.uk3e1xru724k7f@localhost> (raw)

Hi,

I have a board with a lpc2294. This processor has about 256kB of
fast internal flash. However - this is not enough. At least while
developement. I have plenty of flash at the external memory bus but
it has many waitstates.
Now I'd like to split ecos in two parts and say "HAL, Kernel and
Math"-Package in the fast internal flash, "ISO-C, Fat, zLib etc."-Packages
into the slow external flash.

Is this possible without too much handwork on the linker script?
(So not add every symbol per hand to the coresponding section.)

And if not - does the gnu-ld linker support two sections of the
same name or assignment of (i.e. the .text) segment to two differ-
ent memory regions? (So that I could use as well the internal as
the external flash for the .text segment.) The info page of ld
was not very informative about that.

Thank you,
 Martin L.

             reply	other threads:[~2008-11-23 22:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-23 22:22 Martin Laabs [this message]
2008-11-26 15:48 ` Lars Poeschel

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=op.uk3e1xru724k7f@localhost \
    --to=martin.laabs@mailbox.tu-dresden.de \
    --cc=ecos-devel@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).