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 map setting?


>> So you have to touch three files by hand: mlt_*.mlt, mlt_*.ldi
>> and mlt_*.h.

Asuming this is also valdid for the 386 (I uses the arm EB40A configuration),
the above files generates a linker file called target.ld which is then used to
do the actually link.
You can find that file in your xxx_INSTALL directory (xxx is your project name,
say redboot_install)
Modifying the target.ld file is easier, as this is a file without macros.

After editing the file, just go to the xxx_BUILD directory and do a 'make'.

Good luck and merry christmas to all,

Eric


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