public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Floppy option
@ 2003-12-11 17:21 Leandro Fanzone
  2003-12-12 15:50 ` Leandro Fanzone
  0 siblings, 1 reply; 3+ messages in thread
From: Leandro Fanzone @ 2003-12-11 17:21 UTC (permalink / raw)
  To: ecos-discuss

Hello, I'm a newbie with eCos, and I was experimenting a bit with the 
hello world application. If I compile it to run on RAM, it compiles OK, 
but if I change "Statup type" to FLOPPY I got the following error:

config_install/lib/vectors.o:/tmp/ccypm71S.s:1
296: undefined reference to 'hal_saved_interrupt_state'
collect2: ld returned 1 exit status

I'm on i386 under WindowsXP/Cygwin. Am I doing something wrong?
Thank you in advance,

Leandro Fanzone
Buenos Aires, Argentina


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] Floppy option
  2003-12-11 17:21 [ECOS] Floppy option Leandro Fanzone
@ 2003-12-12 15:50 ` Leandro Fanzone
  2003-12-12 16:53   ` Nick Garnett
  0 siblings, 1 reply; 3+ messages in thread
From: Leandro Fanzone @ 2003-12-12 15:50 UTC (permalink / raw)
  Cc: ecos-discuss

Searching through the list, I have seen a couple of times this question 
asked and ignored before. If I'm doing or asking something stupid, 
please tell me so, but if this has been asked before, at least it 
deserves an entry in the manual or in a FAQ, or a kind answer here. If 
the answer is RTFM, please point me to the right path.
Thank you for your attention.

Leandro Fanzone wrote:

> Hello, I'm a newbie with eCos, and I was experimenting a bit with the 
> hello world application. If I compile it to run on RAM, it compiles 
> OK, but if I change "Statup type" to FLOPPY I got the following error:
>
> config_install/lib/vectors.o:/tmp/ccypm71S.s:1
> 296: undefined reference to 'hal_saved_interrupt_state'
> collect2: ld returned 1 exit status
>
> I'm on i386 under WindowsXP/Cygwin. Am I doing something wrong?
> Thank you in advance,
>
> Leandro Fanzone
> Buenos Aires, Argentina
>
>


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] Floppy option
  2003-12-12 15:50 ` Leandro Fanzone
@ 2003-12-12 16:53   ` Nick Garnett
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Garnett @ 2003-12-12 16:53 UTC (permalink / raw)
  To: Leandro Fanzone; +Cc: ecos-discuss

Leandro Fanzone <leandro@hasar.com> writes:

> Searching through the list, I have seen a couple of times this
> question asked and ignored before. If I'm doing or asking something
> stupid, please tell me so, but if this has been asked before, at least
> it deserves an entry in the manual or in a FAQ, or a kind answer
> here. If the answer is RTFM, please point me to the right path.
> Thank you for your attention.
> 
> Leandro Fanzone wrote:
> 
> > Hello, I'm a newbie with eCos, and I was experimenting a bit with
> > the hello world application. If I compile it to run on RAM, it
> > compiles OK, but if I change "Statup type" to FLOPPY I got the
> > following error:
> >
> > config_install/lib/vectors.o:/tmp/ccypm71S.s:1
> > 296: undefined reference to 'hal_saved_interrupt_state'
> > collect2: ld returned 1 exit status
> >
> > I'm on i386 under WindowsXP/Cygwin. Am I doing something wrong?
> > Thank you in advance,
> >
> > Leandro Fanzone
> > Buenos Aires, Argentina
> >
> >

I've just tried building a FLOPPY startup configuration and it worked
fine.

Don't try mixing different configurations in the same build
directory. Keep one build for RAM startup and another for
FLOPPY. Otherwise you run the risk of getting things mixed up, which
is probably what happened here.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

end of thread, other threads:[~2003-12-12 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-11 17:21 [ECOS] Floppy option Leandro Fanzone
2003-12-12 15:50 ` Leandro Fanzone
2003-12-12 16:53   ` Nick Garnett

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