All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoffrey Wossum <geoffrey@pager.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: AVR32 - stops at gcc-cross-4.2.1 configure GCC_NO_EXECUTABLES
Date: Mon, 24 Mar 2008 10:28:40 -0500	[thread overview]
Message-ID: <200803241028.40698.geoffrey@pager.net> (raw)
In-Reply-To: <47E7757A.6080807@linuxdevelopment.de>

On Monday 24 March 2008 04:33:46 am Robert Wörle wrote:
> Dear All
>
> I am still fighting to get a clean build for the avr32
> The build i try is on a x86_64 host (if that makes a differecen)

Could be.  I have a Core 2 Duo, but I use it as a 32-bit system.  Too many 
little gotchas with x86_64 without any advantage for what I do, IMO.  I don't 
think that's the problem here, though.

> First i have to "fake" external-toolchin do_populate_staging with
> touching the stamp.

Not sure why you need to use the external-toolchain anymore.  I submitted some 
patches that got applied on March 14 that allow OE to build the same 
toolchain that Atmel's latest AVR32 buildroot system uses.

Here's my local.conf file, stripped of all comments and blank lines:

---begin---
DL_DIR = "${PRJROOT}/sources"
BBFILES = "${PRJROOT}/org.openembedded.dev/packages/*/*.bb"
BBMASK = ""
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " 
virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
PREFERRED_VERSION_linux = "2.6.23"
MACHINE = "at32stk1000"
TARGET_FPU_avr32 = "soft"
TARGET_OS = "linux-uclibc"
DISTRO = "angstrom-2008.1"
ANGSTROM_MODE = "uclibc"
IMAGE_FSTYPES = "ext3 jffs2 tar"
BBDEBUG = "yes"
PARALLEL_MAKE = "-j 3"
BBINCLUDELOGS = "yes"
---end---

I have some more patches that I'm working on, but they're for stuff much after 
getting minimal-image working.  I can almost get through the entire 
base-image build now.  I'm looking at an ICE while building OpenSSH right 
now.

---
Geoffrey




  reply	other threads:[~2008-03-24 15:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-24  9:33 AVR32 - stops at gcc-cross-4.2.1 configure GCC_NO_EXECUTABLES Robert Wörle
2008-03-24 15:28 ` Geoffrey Wossum [this message]
2008-03-24 17:18   ` Robert Wörle
2008-03-24 18:21     ` Geoffrey Wossum
2008-03-24 19:39       ` Geoffrey Wossum
2008-03-25 10:53         ` Robert Wörle
2008-03-25 13:55           ` Geoffrey Wossum
2008-03-26 18:36             ` Geoffrey Wossum
2008-03-26 20:50               ` Robert Wörle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803241028.40698.geoffrey@pager.net \
    --to=geoffrey@pager.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.