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 can i use eCos without RedBoot?


William Chen (³¯©ú¬u) wrote:
> 
> Hi,
>         I'm running eCos very well with RedBoot,but i met a problem that if
> i don't use RedBoot.
> My bios do nothing but some initialization of H/W (and no GDB stub
> included),
> i've tried to configure my eCos application to have / have not DGB stub, and
> both case will fail to run my application.
> At the beginning, the main thread work well, and it get exception whenever
> the main thread go to sleep.
> 
> If any one successfully configure the eCos application without working with
> RedBoot?

Normally you do this by building for "ROM" startup, and everything else in
the configuration will adapt accordingly. For example options like
CYGSEM_HAL_USE_ROM_MONITOR will be disabled (as they should be if you're
not using redboot).

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || 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]