GTK RAD

john jptmoore at gmail.com
Fri Feb 1 16:48:25 CET 2008


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
>




More information about the community mailing list