GTK RAD

john jptmoore at gmail.com
Fri Feb 1 18:24:21 CET 2008


You mileage will vary depending on the type of app.

I do most of my testing on the desktop but lately I have been testing
with a GPRS connection on my Neo. I had no idea Vodafone would reset
my TCP connections when I idle for example!

John.

On 01/02/2008, Steven ** <montgoss+openmokocommunity at gmail.com> wrote:
> So, can you test your app without a Neo?
>
> -Steven
>
> On Feb 1, 2008 10:23 AM, Mark Arvidson <sagacis at gmail.com> wrote:
> > I found the toolchain to be very easy to use.  Unzip the .bz2 file,
> > run 'source /usr/local/openmoko/arm/setup-env' and you are set.
> >
> > I keep my neo connected during development and ssh -X to it.  That
> > way, I can scp the built binary over and run the program on my desktop
> > monitor but use the neo device processor and environment.
> >
> > If you are writing appd that should work on your gnome desktop (i.e.
> > no gps or gsm), you can ./configure the Makefile for your local
> > desktop during developme, then om-conf when you sre ready to test on
> > the device.
> >
> >
> > On 2/1/08, john <jptmoore at gmail.com> wrote:
> > > Yes, you could have a simple shell script to setup your cross
> > > compilation toolchain. For example I use:
> > >
> > > #!/bin/bash
> > > . /etc/profile
> > > export OM=/home/john/moko
> > > export PATH=$OM/build/tmp/cross/arm-angstrom-linux-gnueabi/bin:$PATH
> > > export
> > > PKG_CONFIG_PATH=$OM/build/tmp/staging/arm-angstrom-linux-gnueabi/lib/pkgconfig
> > > echo "Type exit to leave cross compilation environment."
> > > /bin/bash
> > >
> > > On 01/02/2008, Christopher Earl <earlc8451 at clarkstate.edu> wrote:
> > > > Hope someone here can be of assistance. I want to develop apps for OM
> > > without using qemu or xoo or any of the other convoluted methods for
> > > application development. is there any easy way of developing apps on my
> > > desktop and compile it for OM, i was hoping that it would be simple gcc
> > > switches but I honestly have no idea. What is the easiest method used for
> > > application development.
> > > >
> > > > _______________________________________________
> > > > OpenMoko community mailing list
> > > > community at lists.openmoko.org
> > > > http://lists.openmoko.org/mailman/listinfo/community
> > > >
> > >
> > > _______________________________________________
> > > OpenMoko community mailing list
> > > community at lists.openmoko.org
> > > http://lists.openmoko.org/mailman/listinfo/community
> > >
> >
> > --
> > Sent from Gmail for mobile | mobile.google.com
> >
> >
> > _______________________________________________
> > OpenMoko community mailing list
> > community at lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
> _______________________________________________
> OpenMoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>




More information about the community mailing list