querry

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

querry

by Mayank Shukla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.
 
Thanks,
Mayank

-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2

Parent Message unknown Re: querry

by Rene Rebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
lists@... with a subject of: unsubscribe t2