Archive for the ‘toolchain’ Category

How to port gpsd to iphone

Simba has write a article on how to compile the gpsd using toolchain.

if you are using mac to develop. simply use the follow configure will create a Makefile that can compile on toolchain.

./configure --host=arm-apple-darwin --disable-shared --disable-python --disable-sirf --disable-tsip --disable-fv18 --disable-tripmate --disable-earthmate --disable-itrax --disable-ashtech --disable-navcom --disable-garmin --disable-ubx --disable-evermore --disable-gpsclock --disable-rtcm104 --disable-ntrip --disable-ntpshm --disable-pps --disable-reconfigure

For people using Windows to development , can have a look on Simba’s article on how to compile on windows.

Thanks for Simba lead us on iPhone GPS development.