Building eCos 2.0b1 from Source for i386

View: New views
11 Messages — Rating Filter:   Alert me  

Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi  everyone.........


can anyone tell me how to configure eCos 2.0b1 from source for i386? i couldnt find anything on the online documents.
thanks

regards

jess_lyn

Re: Building eCos 2.0b1 from Source for i386

by Matt Jerdonek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Check out chapter 12 of Massa's eCos book (freely
available)

http://www.informit.com/content/downloads/perens/0130354732.pdf

Also, you should consider updating your code base.

-- Matt


--- "jess_lyn (sent by Nabble.com)" <lists@...>
wrote:

>
> hi  everyone.........
>
>
> can anyone tell me how to configure eCos 2.0b1 from
> source for i386? i couldnt find anything on the
> online documents.
> thanks
>
> regards
>
> jess_lyn




       
               
__________________________________
Yahoo! for Good - Make a difference this year.
http://brand.yahoo.com/cybergivingweek2005/

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


Re: Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi there.....


 actually i'm trying to port eCos to a new device. before that i want to try it on my pc. i want to build it for x86 system before even attempting on the new hardware.

thanks.....

regards

jess_lyn

Re: Building eCos 2.0b1 from Source for i386

by Gary Thomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2005-12-27 at 20:34 -0800, jess_lyn (sent by Nabble.com) wrote:
> hi there.....
>
>
>  actually i'm trying to port eCos to a new device. before that i want
> to try it on my pc. i want to build for x86 system before even attempting
> on the new hardware.

You should definitely get more up to date sources then.  Try downloading
from CVS:
  http://ecos.sourceware.org/anoncvs.html

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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


Re: Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 now i have the proper source. can u tell me how to set it all up for my requirement. i should be able to compile a version of ecos for i386. i have a ebook from anthony j massa about ecos. but its windows oreinted whereas my work is with linux. theres nothing mentioned in that book about configuring the whole package using configure script in the main folder. i tried like this

in the main folder

mkdir build; cd build
../configure --target=i386 --prefix=/opt/ecos-i386

when i try make i get the following error

no rule to make all

thanks for your replies


regards

jess_lyn

Re: Building eCos 2.0b1 from Source for i386

by Andrew Lunn-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Dec 29, 2005 at 09:38:44AM -0800, jess_lyn (sent by Nabble.com) wrote:
>

> now i have the proper source. can u tell me how to set it all up for
> my requirement. i should be able to compile a version of ecos for
> i386. i have a ebook from anthony j massa about ecos. but its
> windows oreinted whereas my work is with linux. theres nothing
> mentioned in that book about configuring the whole package using
> configure script in the main folder. i tried like this
>
> in the main folder
>
> mkdir build; cd build
> ../configure --target=i386 --prefix=/opt/ecos-i386
>
> when i try make i get the following error
>
> no rule to make all

What do you have in your top level?

You should have:

COPYING    Makefile.am  acinclude.m4  configure*    eCos.hhc   host/
CVS/       Makefile.in  aclocal.m4    configure.in  eCos.hhp   images/
ChangeLog  README.host  acsupport/    doc/          examples/  packages/

It is common for people to not check out acsupport and host. Do you
have these?

        Andrew

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


Re: Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andrew Lunn-2 wrote:
On Thu, Dec 29, 2005 at 09:38:44AM -0800, jess_lyn (sent by Nabble.com) wrote:
>

> now i have the proper source. can u tell me how to set it all up for
> my requirement. i should be able to compile a version of ecos for
> i386. i have a ebook from anthony j massa about ecos. but its
> windows oreinted whereas my work is with linux. theres nothing
> mentioned in that book about configuring the whole package using
> configure script in the main folder. i tried like this
>
> in the main folder
>
> mkdir build; cd build
> ../configure --target=i386 --prefix=/opt/ecos-i386
>
> when i try make i get the following error
>
> no rule to make all

What do you have in your top level?

You should have:

COPYING    Makefile.am  acinclude.m4  configure*    eCos.hhc   host/
CVS/       Makefile.in  aclocal.m4    configure.in  eCos.hhp   images/
ChangeLog  README.host  acsupport/    doc/          examples/  packages/

It is common for people to not check out acsupport and host. Do you
have these?

        Andrew

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
i have everything you mentioned except for eCos.hhc, host/ eCos.hhp & images/ . and i do have acsupport folder.

regards

jess_lyn

Re: Building eCos 2.0b1 from Source for i386

by Andrew Lunn-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> i have everything you mentioned except for eCos.hhc, host/ eCos.hhp
> & images/ . and i do have acsupport folder.

host is critical. That contains the actual host tools like ecosconfig.
You need the check this directory out of CVS.

        Andrew

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


Re: Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


now i have all the folders and files as shown in http://ecos.sourceware.org/cgi-bin/cvsweb.cgi/ecos/?cvsroot=ecos . is it possible to build it as i did earlier? or is there any other procedure to be done before configuring?


regards

jess_lyn

Re: Building eCos 2.0b1 from Source for i386

by Andrew Lunn-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Dec 29, 2005 at 07:33:23PM -0800, jess_lyn (sent by Nabble.com) wrote:
>
>

> now i have all the folders and files as shown in
> http://ecos.sourceware.org/cgi-bin/cvsweb.cgi/ecos/?cvsroot=ecos
> . is it possible to build it as i did earlier? or is there any other
> procedure to be done before configuring?

Just do the configure command as you did last time. There is more
documentation about building the host tools in README.host.

        Andrew

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


Re: Building eCos 2.0b1 from Source for i386

by jess_lyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks for your help

regards

jess_lyn