This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: memory maps


Fabrice Gautier wrote:
Yep,

I was thinking of making a simple perl script to do it. Thats quite simple
for the .h file but not so simple for the .ldi file.
If we can get the config tool v2 to build under cygwin (which we nearly can, but haven't yet :-( ) it will make it a lot easier to do this directly into the v2 tool, and maybe even to use that same code in a command line tool.

But ultimately it needs a bigger overhaul so that, for example, the various properties are exported into CDL too and can be used there.

Also i noticed there are some things impossible to do with the configuration
tool.
In particular one cannot place a not relocated section just after the
initial place of  a relocated section.  If you try to do it, it will always
place itself after the final place of the relocated section. (That can be
usefull if you want to add a file at the end of your rom image and access
the file using a user defined section name...)
There are a number of unnecessary restrictions in the code that "just" need to be fixed. It's open source so... :-).

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]