I'm curious why you're building the toolchain. If you're looking for
just the toolchain it easiest just to download it. If you want to build
things using OE the toolchain does not need to be built first just build
your specific target applications.


Actually, I'm really fine with a (working) pre-compiled toolchain for the 
moment. I'm probably just used to build the toolchain and images by myself from 
our work with OE on Gumstix targets. 



Which branch are you trying to build from ?


I guess the "mainstream" branch. As described on 
http://wiki.openmoko.org/wiki/OpenEmbedded I've just used "git clone 
git://git.openembedded.net/openembedded ${OE_HOME}/org.openembedded.dev" and 
"git pull" for getting the sources.

Is there a special branch for openmoko?


How is your environment setup ?


==setup-env==
[[ -z ${OE_HOME} ]] && export OE_HOME=${HOME}/openmoko/oe
[[ -z ${MACHINE} ]] && export MACHINE=om-gta02

export 
BBPATH=${OE_HOME}/user.collection:${OE_HOME}/build-${MACHINE}:${OE_HOME}/org.openembedded.dev

export PATH=${OE_HOME}/bitbake/bin:$PATH
====

==local.conf==
OE_HOME ?= "${HOME}/openmoko/oe"

MACHINE = "om-gta02"
DISTRO = "angstrom-2008.1"

DL_DIR = "${OE_HOME}/downloads"

BBFILES := "${OE_HOME}/org.openembedded.dev/recipes/*/*.bb"

BBMASK = ""

TMPDIR = "${OE_HOME}/build-${MACHINE}/tmp"
CACHE = "${TMPDIR}/cache"

IMAGE_FSTYPES = "jffs2 tar.gz"

ENABLE_BINARY_LOCALE_GENERATION = "0"
====


Best,

Matthias
-- 
View this message in context: 
http://n2.nabble.com/Compiling-toolchain-fails-on-Ubuntu-8.10---edje-sdk-tp2571714p2572077.html
Sent from the Openmoko Devel mailing list archive at Nabble.com.


_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to