From: Geoffrey Wossum <geoffrey@pager.net>
To: "Robert Wörle" <robert@linuxdevelopment.de>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: AVR32 - stops at gcc-cross-4.2.1 configure GCC_NO_EXECUTABLES
Date: Tue, 25 Mar 2008 08:55:45 -0500 [thread overview]
Message-ID: <200803250855.45366.geoffrey@pager.net> (raw)
In-Reply-To: <47E8D99B.8060701@linuxdevelopment.de>
On Tuesday 25 March 2008 05:53:15 am Robert Wörle wrote:
> Okay, figured that one out. Don't use TARGET_FPU_avr32 = "soft". The AVR32
>
> > target in gcc doesn't like that. I added that because I thought I needed
> > it to get libmad to compile, but that wasn't the issue with libmad
> > anyway. I needed some sort of optimizations turned on.
> > angstrom-uclibc.inc was turning off all optimizations for the AVR32,
> > which was unnecessary.
> >
> > Waiting for a full rebuild right now.
>
> I had a succes now on my intel core 2 duo laptop .. that build the
> current oe chain nice ( beside some bzero() problems which can be easly
> replaced by memset() )
I think I submitted a patch to OE for the bzero() problem. I know I submitted
it to the uClibc mailing list, and it was picked up by the Atmel guy working
on the port. I'll put at the bottom of this email so you can check if you
have it.
I can now build base-image for the AVR32. Haven't tried out all the apps yet,
but it seems to all be working. I'm going to work on getting the patch set
together and submitted this morning.
---
Geoffrey
file: uClibc-0.9.29-avr32-bzero.patch
--- uClibc-0.9.29-orig/libc/string/avr32/bzero.S 2008-03-10
15:02:14.000000000 -0500
+++ uClibc-0.9.29/libc/string/avr32/bzero.S 2008-03-10
15:05:39.000000000 -0500
@@ -6,6 +6,8 @@
* archive for more details.
*/
+#include <features.h>
+
#ifdef __UCLIBC_SUSV3_LEGACY__
.text
next prev parent reply other threads:[~2008-03-25 13:55 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
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 [this message]
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=200803250855.45366.geoffrey@pager.net \
--to=geoffrey@pager.net \
--cc=openembedded-devel@lists.openembedded.org \
--cc=robert@linuxdevelopment.de \
/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.