This is the mail archive of the ecos-discuss@sources.redhat.com 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: trying to get a feel for Ecos ...


before ecosconfig tree

I guess you should do:

ecosconfig import 

to import the redboot.ecm to your build. This file is in the HAL directory for 
your target, under /current/misc and it is something like redboot_ROM.ecm or 
ram.ecm, depends on which mem you start redboot.
 
This file, I believe provides you with minimal package group required for 
building redboot.

Bahadir


 --- Philippe Moutarlier <Philippe.Moutarlier@attbi.com> wrote: > .. but 
getting a little frustrated :-( 
> 
> Is there a simple walkthrough to  get redboot
> compiled out of CVS on 
> Linux ?
> 
> Checked out CVS tree
> Installed the cross compiler
> Created a ecos_build dir
> from there, ran :
> 
> >  ecosconfig --srcdir=~philippe/ecos/ecos/packages/
> new pc redboot
> > ecosconfig --srcdir=~philippe/ecos/ecos/packages/
> tree
> 
> It seemed to have built it 
> 
> now : 
> 
> > make 
> 
> Then I get :
> 
> make[1]: Leaving directory
> `/home/philippe/ecos_build/net/ns/dns/current'
> make -r -C services/crc/current headers
> make[1]: Entering directory
> `/home/philippe/ecos_build/services/crc/current'
> make[1]: Leaving directory
> `/home/philippe/ecos_build/services/crc/current'
> headers finished
> make -r -C hal/i386/arch/current build
> make[1]: Entering directory
> `/home/philippe/ecos_build/hal/i386/arch/current'
> make[1]: *** No rule to make target
> `src/hal_misc.o.d', needed by 
> `libtarget.a.stamp'.  Stop.
> make[1]: Leaving directory
> `/home/philippe/ecos_build/hal/i386/arch/current'
> make: *** [build] Error 2
> 
> Thanks !
> 
> Philippe
> 
> -- 
> Before posting, please read the FAQ:
> http://sources.redhat.com/fom/ecos
> and search the list archive:
> http://sources.redhat.com/ml/ecos-discuss
> 

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


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