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: Redboot Error


On Fri, 2002-04-12 at 03:37, Ray Bozorg wrote:
> Hi all,
> I am trying to build the Redboot for the CS89712 but I get the following
> error any ideas?
> Info: Window XP, Cygwing32, GCC 3.0.4, binutils 2.12, Target CDB89712.
> 
> Thanks
> Ray B.
> 
> /ecos-c/cygwin32/myarmtools/default_install/lib/libtarget.a(kernel_intr.o):
> In function `_GLOBAL__D.12000__ZN13Cyg_InterruptC2EjijPFjjjEPFvjjjE':
> /ecos-c/cygwin32/myarmtools/ecos/packages/kernel/current/src/intr/intr.cxx:6
> 3: undefined reference to `hal_interrupt_stack_call_pending_DSRs'
> collect2: ld returned 1 exit status
> make[1]: *** [/ecos-c/cygwin32/myarmtools/default_install/bin/redboot.elf]
> Error 1
> make: *** [build] Error 2

It looks like you've tried to configure RedBoot with the "kernel" package.

To build RedBoot, you should follow these [template] steps:
	% ecosconfig new <platform> redboot
	// Modify configuration, typically by importing a .ecm template
	% ecosconfig tree


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