This is the mail archive of the ecos-discuss@sourceware.org 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: Building eCos 2.0b1 from Source for i386


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]