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]

hal_if.h



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

Dave.

-- 
      David Airlie, Software Engineer, Parthus Technologies plc.,
       Mary Rosse Centre, National Tech Park, Limerick, Ireland.
   t: +353-61-508116 / f: +353-61-508101 / David.Airlie@parthus.com


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