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


Philippe Moutarlier 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
You can't use ~USER - bash doesn't expand that properly with the preceding =.

Instead use something like $HOME.

For convenience you can also set it via the ECOS_REPOSITORY variable and forget about it, e.g.

export ECOS_REPOSITORY=$HOME/ecos/ecos/packages

Jifl
--
eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
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]