On Sun, 2010-08-22 at 17:36 +0100, Nick Geoghegan wrote: > Hi there, > > I've tried cross compiling Navit using the instructions available at > http://wiki.navit-project.org/index.php/Compiling_Navit_for_WinCE/WinMobile > but to no avail on both methods. > > Which compiler would be recommended? That is, which compiler does > SourceForge use for it's cross compilation (the SVN's work perfectly but > I want to modify code)? > > I'm running an OpenSUSE 11.3 system with navit from the SVN as well as a > Ubuntu 8.04 system. > > > > Sadly, the wikipage leave a LOT to be desired. For example: > > "Add to navit\support\wordexp\glob.h:" > Where does this line get added? These instructions are ambiguous and > confusing. > > BTW - I'm Number6 on #navit if you happen to stop by.
The following commands will make navit compile for WinCE using the RPM for cegcc-ming ./autorun.sh; WINDRES=arm-mingw32ce-windres configure --host=arm-mingw32ce --disable-vehicle-file --disable-graphics-gtk-drawing-area --disable-svg2png \ --disable-glib --enable-support-libc --disable-gmodule --disable-binding-dbus --disable-font-freetype --disable-gui-gtk --disable-gui-win32 \ --disable-graphics-qt-qpainter --enable-cache-size=8000000 --disable-graphics-null --disable-map-mg --disable-speech-cmdline --disable-vehicle-demo; make This will allow you to change source cod, and after a change post compilation make clean;make looks like it does the job on OpenSUSE Thanks Ricky. N -- Nick Geoghegan > W: www.nickgeoghegan.net ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Navit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/navit-users
