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


Qiang Huang wrote:
> 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.

As Robert says there are no docs.

The most I can suggest is to look at the:
bool mem_map::save_memory_layout (LPCTSTR  filename)
function in the file:
<http://sources.redhat.com/cgi-bin/cvsweb.cgi/ecos/host/tools/configtool/common/win32/memmap.cpp?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=ecos>

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]