GTK RAD

Christopher Earl earlc8451 at clarkstate.edu
Fri Feb 1 18:07:07 CET 2008


Yes apps can be tested using the Virtural enviroment  as outlined here http://wiki.openmoko.org/wiki/Host-based_development_with_Xoo_and_Xephyr    it works pretty well but I would rather use my Neo lol

>>> "Steven **" <montgoss+openmokocommunity at gmail.com> 02/01/08 11:53 AM >>>
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