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: making and running tests


> > If You are using RedBoot in ROMRAM then You must build the test images for
> > RAM only (Look at the RAM ldi files if they have the correct free ram
> > address there).
> > And Your tests must not override the RedBoot virtual vectors e.g. "work
> > with rom monitor"  must be checked.
>
> This is where I'm confused.  I'm not using windows so I don't have the nice
> GUI tool - how do I specify to build for RAM?  Should I create my own .ecm
> file and import that before creating the tree?  I did an objdump of 'basic'
> and it appeared to have RAM addresses. 

To build for RAM, edit ecos.ecc like:

cdl_component CYG_HAL_STARTUP {
    user_value RAM
};

BTW, you can find a precompiled version of configtool2 at:

 ftp://sources.redhat.com/pub/ecos/ct2/

Or, I have built configtool2 for Debian GNU/Linux and already upload
it to the Debian official archive.

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