I've done that, and I prefer cross-compiling. However, I'm trying to cross-compile an app that uses gpsd, and therefore needs gps/gps.h, which is apparently not part of the standard toolchain. How do I install it? I tried using opkg, but it doesn't seem to have any package repositories, because "opkg update" doesn't do anything at all. Can I just use the standard package repositories, e.g. from Debian ARM?
Thanks, Aron Crane, Matthew wrote: > > Mount your host build directory via ssh/nfs/samba on the openmoko, then > you can run your code directly from the build dir on the target. You > can then run gdb on the target, using the source files in the mounted > dir, or use gdbserver. Gdbserver will let you debug on your host from > an ide like kdevelop. > -- View this message in context: http://n2.nabble.com/Developing-debugging-applications-tp1367552p1387244.html Sent from the Openmoko Devel mailing list archive at Nabble.com. _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
