public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] doubt on i386 PC Target building
@ 2003-12-01 10:39 sivaraman venugopal
  2003-12-01 11:04 ` Nick Garnett
  0 siblings, 1 reply; 2+ messages in thread
From: sivaraman venugopal @ 2003-12-01 10:39 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I am building ecos for i386 PC Target
I am using Redhat linux.
I downloaded ecos-2.0 from site

I did following things using Configuration tool

1) build->templates , i selected i386 PC Target &
default

2) Gave native tools path 

3) build->library

it is taking  ECOS Repository Path correctly
global prefix is ok. i have checked with all 
makefiles

When i say build->library
 It compiles all packges and creates the binary file
and image file in ecos_install/bin directory

i loaded the binary file in to the floppy using 

$ dd conv=sync if=gdb_module.bin of=/dev/fd0

the binary file is loaded into the floppy

when i reboot my system with floppy, it boots from
floppy and performs some reading from floppy and
stops, and clears the screen.

no prompt is seen,cursor blinking at the top of the
screen
what should i do ?
how can i add my own files to the ecos 

regards 

sivaraman


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
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] 2+ messages in thread

* Re: [ECOS] doubt on i386 PC Target building
  2003-12-01 10:39 [ECOS] doubt on i386 PC Target building sivaraman venugopal
@ 2003-12-01 11:04 ` Nick Garnett
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Garnett @ 2003-12-01 11:04 UTC (permalink / raw)
  To: sivaraman venugopal; +Cc: ecos-discuss

sivaraman venugopal <sivaramanvenugopal@yahoo.com> writes:

> Hi,
> 
> I am building ecos for i386 PC Target
> I am using Redhat linux.
> I downloaded ecos-2.0 from site
> 
> I did following things using Configuration tool
> 
> 1) build->templates , i selected i386 PC Target &
> default

You also need to select the FLOPPY startup type if you are going to
run applications stand-alone from a floppy.

> 
> 2) Gave native tools path

You mean the target toolchain here don't you? You cannot compile eCos
applications with the Linux native toolchain.

> 
> 3) build->library
> 
> it is taking  ECOS Repository Path correctly
> global prefix is ok. i have checked with all 
> makefiles
> 
> When i say build->library
>  It compiles all packges and creates the binary file
> and image file in ecos_install/bin directory
>
> i loaded the binary file in to the floppy using 
> 
> $ dd conv=sync if=gdb_module.bin of=/dev/fd0
> 
> the binary file is loaded into the floppy

What are you actually building here? If you are building RedBoot you
should have a redboot.bin, if you are building an eCos application you
will have .elf files for each application executable. None of these
should be called gdb_module. 

> 
> when i reboot my system with floppy, it boots from
> floppy and performs some reading from floppy and
> stops, and clears the screen.
> 
> no prompt is seen,cursor blinking at the top of the
> screen
> what should i do ?
> how can i add my own files to the ecos 

Start by reading the documentation and getting RedBoot and some of the
test programs that come with eCos to run. Then you will be in a better
position to start writing your own applications.

-- 
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] 2+ messages in thread

end of thread, other threads:[~2003-12-01 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-01 10:39 [ECOS] doubt on i386 PC Target building sivaraman venugopal
2003-12-01 11:04 ` 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).