Difference between revisions of "Openmoko"
From Navit's Wiki
Kapiteined (talk | contribs) |
Kapiteined (talk | contribs) |
||
Line 6: | Line 6: | ||
you can find the software [http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS here] . | you can find the software [http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS here] . | ||
+ | |||
+ | If you decide to to compile the software on the freerunner itself, | ||
+ | don't forget to set the CC flags! : | ||
+ | |||
+ | export CCFLAGS="-march=armv4t -mtune=arm920t" | ||
+ | |||
+ | export CC=`which armv4tl-softfloat-linux-gnueabi-gcc` | ||
+ | |||
+ | ./configure | ||
+ | |||
+ | make |
Revision as of 17:56, 2 May 2009
Just a short article about navit on the openmoko freerunner .
You can download the software according to the instructions found here .
I find it useful to use agps, as it will shorten the time to first fix considerably.
you can find the software here .
If you decide to to compile the software on the freerunner itself, don't forget to set the CC flags! :
export CCFLAGS="-march=armv4t -mtune=arm920t"
export CC=`which armv4tl-softfloat-linux-gnueabi-gcc`
./configure
make