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: how to interpret the *.mlt file? thanks a lot


Thanks a lot Robert

The *.h and *.ldi file are generated when making a ecos configuration. (and
by the *.mlt definition). so manually editing the *.mlt file is needed,
could anyone give some detail about each entry in the *.mlt file? Thanks a
lot

for example:
entry as:      section text 0 4 1 1 0 1 0 1 fini fini !
>
> how does the memory layout tool interpret the above? thanks
>
> ( section text  0 (?)    4 (?)    1 (?)      1 (?)      0 (?)      1 (?)
0 (?)     1 (?)      fini  (?)     fini (?)     ! (?)  )

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Robert Cragie
Sent: 04 February 2003 13:32
To: Qiang Huang
Cc: ECOS
Subject: RE: [ECOS] how to interpret the *.mlt file? thanks a lot


The .mlt files are an arcane (and, as far as I know, undocumented)
representation of the memory layout used by the configuration tool alone to
produce the corresponding .h and .ldi files. As far as I know, the current
config tool does not support memory layout. Therefore concentrate on the .h
and .ldi files - all the information is in there and, after all, they are
used in building, not the .mlt files.

Robert Cragie, Design Engineer

Direct: +44 (0) 114 281 4512
_______________________________________________________________
Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
http://www.jennic.com  Tel: +44 (0) 114 281 2655   Confidential
_______________________________________________________________
Visit our stand (C79) at DATE - Munich 4-6 March 2003
_______________________________________________________________


> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com
> [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Qiang Huang
> Sent: 04 February 2003 12:09
> To: Ecos-Discuss
> Subject: [ECOS] how to interpret the *.mlt file? thanks a lot
>
>
> Hi all:
>   How can I write the *.mlt file if there is a user defined section and
> known size of 0x60000? Thanks a lot.
>
> for example:
> section text 0 4 1 1 0 1 0 1 fini fini !
>
> how does the memory layout tool interpret the above? thanks
>
> ( section text  0 (?)    4 (?)    1 (?)      1 (?)      0 (?)      1 (?)
> 0 (?)     1 (?)      fini  (?)     fini (?)     ! (?)  )
>
> or any recommended docs where I can find out the meaning ? Thanks a lot.
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>
>


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


-- 
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]