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]

EDB7212 + all + rom startup config pb and fix?


Building eCos from template "all" with a "ROM startup" for
EDB7212 target fails while compiling the libtarget
at file hal_if.c at line 142
(#error " no RESET_ENTRY"),
as HAL_STUB_PLATFORM_RESET_ENTRY is not defined.
Adding the line
#include <cyg/hal/plf_stub.h>
at the top of the hal_if.c file (plf_stub.h contains the
address where to jump to at system reinitialization)
fixes the compilation problem.

I have the snapshot version of Jan. 30th, 2001.

Fano


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