public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: [ECOS]  Build error while building Redboot.bin.
@ 2001-07-01 23:22 Sateesh  Soman
  0 siblings, 0 replies; 4+ messages in thread
From: Sateesh  Soman @ 2001-07-01 23:22 UTC (permalink / raw)
  To: piter197; +Cc: ecos-discuss

Thanks Peiter,
I just did the same and its working.

Sateesh.

--- Sateesh  Soman <sateesh_soman@rediffmail.com>
wrote:
> Hi,
> I have built the 'default' template for i386 and
> when I proceed to build it for redboot, I am stuck
> with the following error.
> Could you please tell me a workaround?
> 
> Sateesh.
> 
> [//H/ecos/x86/x86_install/bin/redboot.elf] Error 1
> make: Leaving directory `/h/ecos/x86/x86_build'
> make: *** [build] Error 2
> 

I also ever got this kind of error (but for my EDB7211
board). Do you have any conflict before compile it?
If you do have you try to solve it?
if you do and it don't work, do you use eCos-v1.3.1
for windows if you do, try to install eCos-v2.0.2
alpha
(not replacing eCos-v1.3.1) and try to rebuild your
redboot (not to forget to update your eCos CVS
repository)

Hope this can help you.

____________________________________________________
Buy Feng Shui Package for Rs. 151/- only, at http://shopping.rediff.com/shopping/fengshui_mailer.htm



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS]  Build error while building Redboot.bin.
@ 2001-06-29  2:38 Natarajan, Mekala (CTS)
  0 siblings, 0 replies; 4+ messages in thread
From: Natarajan, Mekala (CTS) @ 2001-06-29  2:38 UTC (permalink / raw)
  To: 'Sateesh Soman', ecos-discuss

Hi,
	To build redboot,try redboot option for i386 and import the *.ecm
for floppy bootup.
Default selection is wrong.

mekala

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

		Visit us at http://www.cognizant.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS]  Build error while building Redboot.bin.
  2001-06-28 17:08 Sateesh  Soman
@ 2001-06-28 17:14 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2001-06-28 17:14 UTC (permalink / raw)
  To: Sateesh Soman; +Cc: ecos-discuss

Sateesh Soman wrote:
> 
> Hi,
> I have built the 'default' template for i386 and when I proceed to build it for redboot, I am stuck with the following error.
> Could you please tell me a workaround?

I'm not quite sure what way you're trying to build redboot, but you should
do so in a clean empty build tree, and not reuse your old one. You should
also remember to import the .ecm file as mentioned in the redboot docs.

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
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS]  Build error while building Redboot.bin.
@ 2001-06-28 17:08 Sateesh  Soman
  2001-06-28 17:14 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: Sateesh  Soman @ 2001-06-28 17:08 UTC (permalink / raw)
  To: ecos-discuss; +Cc: jlarmour

Hi,
I have built the 'default' template for i386 and when I proceed to build it for redboot, I am stuck with the following error.
Could you please tell me a workaround?

Sateesh.

<<Everything was fine till here...snap..>>
i386-elf-gcc -g -nostdlib -Wl,--gc-sections -Wl,-static -L//H/ecos/x86/x86_install/lib -Ttarget.ld -o //H/ecos/x86/x86_install/bin/redboot.elf //H/ecos/x86/x86_install/lib/version.o
//H/ecos/x86/x86_install/lib/libtarget.a(kernel_except.o): In function `global constructors keyed to 12000.cyg_null_exception_handler(unsigned int, int, unsigned int)':
//H/ecos/packages/kernel/current/src/common/except.cxx:250: multiple definition of `cyg_hal_deliver_exception'
//H/ecos/x86/x86_install/lib/libtarget.a(hal_common_drv_api.o)://H/ecos/packages/hal/common/current/src/drv_api.c:720: first defined here
/tools/H-i686-pc-cygwin/i386-elf/bin/ld: Warning: size of symbol
 `cyg_hal_deliver_exception' changed from 5 to 28 in kernel_except.o
//H/ecos/x86/x86_install/lib/libtarget.a(kernel_intr.o): In function `Cyg_Interrupt::configure_interrupt(unsigned int, int, int)':
//H/ecos/packages/kernel/current/src/intr/intr.cxx:659: multiple definition of `cyg_interrupt_call_pending_DSRs'
//H/ecos/x86/x86_install/lib/libtarget.a(hal_common_drv_api.o)://H/ecos/packages/hal/common/current/src/drv_api.c:720: first defined here
//H/ecos/x86/x86_install/lib/libtarget.a(kernel_intr.o
): In function `Cyg_Interrupt::configure_interrupt(unsigned int, int, int)':
//H/ecos/packages/kernel/current/src/intr/intr.cxx:659: multiple definition of `interrupt_end'
//H/ecos/x86/x86_install/lib/libtarget.a(hal_common_drv_api.o)://H/ecos/packages/hal/common/current/src/drv_api.c:720: first defined here
/tools/H-i686-pc-cygwin/i386-elf/bin/ld: Warning: size of symbol `interrupt_end' changed from 48 to 83 in kernel_intr.o
collect2: ld returned 1 exit status
make[1]: Leaving directory `/h/ecos/x86/x86_build/redboot/current'
make[1]: *** [//H/ecos/x86/x86_install/bin/redboot.elf] Error 1
make: Leaving directory `/h/ecos/x86/x86_build'
make: *** [build] Error 2

____________________________________________________
Buy Feng Shui Package for Rs. 151/- only, at http://shopping.rediff.com/shopping/fengshui_mailer.htm



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-01 23:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-01 23:22 [ECOS] Build error while building Redboot.bin Sateesh  Soman
  -- strict thread matches above, loose matches on Subject: below --
2001-06-29  2:38 Natarajan, Mekala (CTS)
2001-06-28 17:08 Sateesh  Soman
2001-06-28 17:14 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).