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]

Re: hal_if.h


David Airlie wrote:
> 
> Hi,
>         hal/common/current/include/hal_if.h, line 407 doesn't seem to take
> care of the ROMRAM case properly,
> 
> I have an APP that doesn't include stubs .... but is running in a ROMRAM
> setup, but I'm getting NO_RESET_ENTRY because IMPLEMENTS_IF_SERVICES is
> getting defined..
> 
> I think this should be
> 
> #if     defined(CYG_HAL_STARTUP_ROM) ||         \
>         (       (defined(CYG_HAL_STARTUP_RAM) ||
> defined(CYG_HAL_STARTUP_ROMRAM) && \
>                 !defined(CYGSEM_HAL_USE_ROM_MONITOR))
> 
> but I'm sure I've missed something ...

As it happens, this has all been changed in the last few days, and will
appear in anon CVS later today (all going well). Give it a go then, and let
us know if you have problems then.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]