Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Setting build dependencies in IDE (BSP Project): (2 Items)
   
Setting build dependencies in IDE (BSP Project)  
Hi,

how can I specify the dependencies of multiple projects on each other?

When I do a "Clean all", then build my BSP project (thus creating a IFS image), everything is built - but in the wrong 
order. It seems the IFS is built before some of the included binaries, so they aren't found (and thus not included). 
When doing a second build without doing a clean first, everything is OK. But it also means that "old" binaries have been
 used!

I have set the "project dependencies", which I thought was enough to tell the IDE in which order to build. But it seems 
there is more to it.
So my questions are: what do I need to do in addition to set build depencies; and: _why_?

Greetings,
 Marc
Re: Setting build dependencies in IDE (BSP Project)  
You can re-arrange the project build order from Preferences -> General -> Workspace -> Build Order page. Make sure the 
project list is what you want and in the order you want.

BTW, which version of IDE are you running?