NavitTom
NavitTom copied to clipboard
Wrong libfreetype version installed
When libraries are copied into opentom_dist/ in 'make verif_dist', those from arm-sysroot/lib are given precedence over those from arm-sysroot/usr/lib. As a consequence, an older version of libfreetype gets included and navit will not run. What works for me is reversing the order of the library directories where the top level Makefile calls 'install_shared_libs.sh', as in this patch: NavitTom_Makefile.patch.txt
(BTW I now have navit running on a TomTom GO 710 ('Valencia'). I did have to make a few more changes locally.)
This would mean that two different versions are compiled, right?