This is the mail archive of the ecos-devel@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]

arm without CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT


Hi,

I'm trying to build Library for a arm board without CYGINT_HAL_
VIRTUAL_VECTOR_SUPPORT, but I can't build applications since 
lack of a function, hal_default_isr.
I read arm/arch/current/ChangeLog, it says 

 * src/hal_misc.c (hal_arch_default_isr): New function.  Used in
 place of 'hal_default_isr' if virtual vector support is enabled.

also I saw other architectures' sources. for example, mips.
I found hal_default_isr in mips/arch/current/src/hal_misc.c

I feel that hal_default_isr is necessary if virtual vector 
support is DISABLE.

is it misunderstanding?

Thank you,

Suzuki, Ryouzaburou
ryos@sinby.com

Sinby Corporation
http://www.sinby.com


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