Dear Mayank,

On 08.05.2008, at 10:46, Mayank Shukla wrote:

I have selected a generic embedded and could build the target successfully using the following commands
./scripts/Config
./scripts/Download
and
./scripts/Build-target


Now I want to add extra package for example ddd(data display debugger) to my Build target.

I can type ./scripts/Download ddd
it is downloading the package and dependencies

Now my question is how can i rebuild my target so that it can add the dd downloaded just now.

You should add it to the package selection of the target you build, such as
target/../pkgsel*

Consecutive scripts/Build-Target runs only build packages that have
not yet been build.

So just $EDITOR target/.../pkgsel...
scripts/Build-Target -cfg your-config-if-any

Yours,

--
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to