Question
How do you determine what applications should be built in the GPSTk?
--
RickMach - 06 Sep 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
From
BenHarris:
After some experimenting I have found a method that will generate a list of the apps that "should" be built for the GPSTk.
Basically, the idea is to get jam to tell you what it thinks should be linked as an app. Here is a command line, executed from gpstk/dev, that will do the trick:
jam -a -d5 -n | grep "GPSMain" | grep ":" | cut -d " " -f 3