* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
@ 2007-09-20 16:44 ulf at uclibc.org
2007-09-26 21:02 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: ulf at uclibc.org @ 2007-09-20 16:44 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
New Revision: 19912
Log:
Enable CONFIG_SEQ in busybox for ngw100
Modified:
trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
Changeset:
Modified: trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config 2007-09-20 16:43:16 UTC (rev 19911)
+++ trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config 2007-09-20 16:44:15 UTC (rev 19912)
@@ -193,7 +193,7 @@
# CONFIG_REALPATH is not set
CONFIG_RM=y
CONFIG_RMDIR=y
-# CONFIG_SEQ is not set
+CONFIG_SEQ=y
CONFIG_SHA1SUM=y
CONFIG_SLEEP=y
# CONFIG_FEATURE_FANCY_SLEEP is not set
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
2007-09-20 16:44 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 ulf at uclibc.org
@ 2007-09-26 21:02 ` Bernhard Fischer
2007-09-26 21:09 ` [Buildroot] svncommit: trunk/buildroot/target/device/Atmel/atngw100 Jonathan Dumaresq
2007-09-27 0:27 ` [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 Ulf Samuelsson
0 siblings, 2 replies; 5+ messages in thread
From: Bernhard Fischer @ 2007-09-26 21:02 UTC (permalink / raw)
To: buildroot
On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
>New Revision: 19912
>
>Log:
>Enable CONFIG_SEQ in busybox for ngw100
>
>Modified:
> trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
That's interresting. atngw100_defconfig doesn't build for me since at
least some hundred revisions.
Can you please show me the exact commands that are ment to build this
config?
PS: In fact, what ATMEL defconfig can i use as a reference if *any*
of these ATMEL targets is building successfully?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svncommit: trunk/buildroot/target/device/Atmel/atngw100
2007-09-26 21:02 ` Bernhard Fischer
@ 2007-09-26 21:09 ` Jonathan Dumaresq
2007-09-27 0:27 ` [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 Ulf Samuelsson
1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Dumaresq @ 2007-09-26 21:09 UTC (permalink / raw)
To: buildroot
oups
here the link
Buildroot at avr32linux.org
Jonathan
----- Original Message -----
From: "Bernhard Fischer" <rep.dot.nop@gmail.com>
To: <buildroot@uclibc.org>
Sent: Wednesday, September 26, 2007 5:02 PM
Subject: Re: [Buildroot] svncommit:
trunk/buildroot/target/device/Atmel/atngw100
> On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
>>Author: ulf
>>Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
>>New Revision: 19912
>>
>>Log:
>>Enable CONFIG_SEQ in busybox for ngw100
>>
>>Modified:
>> trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
>
> That's interresting. atngw100_defconfig doesn't build for me since at
> least some hundred revisions.
>
> Can you please show me the exact commands that are ment to build this
> config?
>
> PS: In fact, what ATMEL defconfig can i use as a reference if *any*
> of these ATMEL targets is building successfully?
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
2007-09-26 21:02 ` Bernhard Fischer
2007-09-26 21:09 ` [Buildroot] svncommit: trunk/buildroot/target/device/Atmel/atngw100 Jonathan Dumaresq
@ 2007-09-27 0:27 ` Ulf Samuelsson
2007-09-27 3:00 ` Thiago A. Corrêa
1 sibling, 1 reply; 5+ messages in thread
From: Ulf Samuelsson @ 2007-09-27 0:27 UTC (permalink / raw)
To: buildroot
ons 2007-09-26 klockan 23:02 +0200 skrev Bernhard Fischer:
> On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
> >Author: ulf
> >Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
> >New Revision: 19912
> >
> >Log:
> >Enable CONFIG_SEQ in busybox for ngw100
> >
> >Modified:
> > trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
>
> That's interresting. atngw100_defconfig doesn't build for me since at
> least some hundred revisions.
The toolset builds in the Atmel trunk at www.atmel.no/buildroot.
Something has broken after I checked in that toolset, and tested it.
I have been spending a lot of time trying to find out why.
When C++ is select, there is a problem with the current trunk.
The Atmel trunk, using the same source builds fine.
Something has happened with the toolchain makefile between July
and now, causing lots of problems building stdc++ver3.
Recently the uClibc for AVR32 build broke.
uclibc-0.9.28.config does not have the statement
# TARGET_avr32 is not set
I believe it was present in uclibc-0.9.28.3.config
I think that using the default uCLibc configuration file will
therefore use 386 architecture by default (you will get a question)
If the default is accepted, then things will break.
I just checked in a minimal build which does not exhibit the uClibc
problem.
make atngw100small_defconfig
should use a working uClibc config file
Will test building it during the night to see if there are other
problems.
BR
Ulf Samuelsson
>
> Can you please show me the exact commands that are ment to build this
> config?
>
> PS: In fact, what ATMEL defconfig can i use as a reference if *any*
> of these ATMEL targets is building successfully?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100
2007-09-27 0:27 ` [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 Ulf Samuelsson
@ 2007-09-27 3:00 ` Thiago A. Corrêa
0 siblings, 0 replies; 5+ messages in thread
From: Thiago A. Corrêa @ 2007-09-27 3:00 UTC (permalink / raw)
To: buildroot
Some 300 revisions ago, I was able to disable stdlibc++-v3 from the
make menuconfig. AFAIK, -v3 is some legacy stuff (?). Or is the
stdlibc++ from gcc 4.x still called -v3?
Back then it also didn't build. Now, I'm on -r2040 and I can't disable
it anymore, even thought I'm using the same .config
On 9/27/07, Ulf Samuelsson <ulf@atmel.com> wrote:
> ons 2007-09-26 klockan 23:02 +0200 skrev Bernhard Fischer:
> > On Thu, Sep 20, 2007 at 09:44:16AM -0700, ulf at uclibc.org wrote:
> > >Author: ulf
> > >Date: 2007-09-20 09:44:15 -0700 (Thu, 20 Sep 2007)
> > >New Revision: 19912
> > >
> > >Log:
> > >Enable CONFIG_SEQ in busybox for ngw100
> > >
> > >Modified:
> > > trunk/buildroot/target/device/Atmel/atngw100/busybox-1.6.1.config
> >
> > That's interresting. atngw100_defconfig doesn't build for me since at
> > least some hundred revisions.
>
> The toolset builds in the Atmel trunk at www.atmel.no/buildroot.
> Something has broken after I checked in that toolset, and tested it.
> I have been spending a lot of time trying to find out why.
>
> When C++ is select, there is a problem with the current trunk.
> The Atmel trunk, using the same source builds fine.
> Something has happened with the toolchain makefile between July
> and now, causing lots of problems building stdc++ver3.
>
> Recently the uClibc for AVR32 build broke.
> uclibc-0.9.28.config does not have the statement
> # TARGET_avr32 is not set
> I believe it was present in uclibc-0.9.28.3.config
>
> I think that using the default uCLibc configuration file will
> therefore use 386 architecture by default (you will get a question)
> If the default is accepted, then things will break.
>
> I just checked in a minimal build which does not exhibit the uClibc
> problem.
>
> make atngw100small_defconfig
>
> should use a working uClibc config file
>
> Will test building it during the night to see if there are other
> problems.
>
> BR
> Ulf Samuelsson
>
>
> >
> > Can you please show me the exact commands that are ment to build this
> > config?
> >
> > PS: In fact, what ATMEL defconfig can i use as a reference if *any*
> > of these ATMEL targets is building successfully?
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-09-27 3:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 16:44 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 ulf at uclibc.org
2007-09-26 21:02 ` Bernhard Fischer
2007-09-26 21:09 ` [Buildroot] svncommit: trunk/buildroot/target/device/Atmel/atngw100 Jonathan Dumaresq
2007-09-27 0:27 ` [Buildroot] svn commit: trunk/buildroot/target/device/Atmel/atngw100 Ulf Samuelsson
2007-09-27 3:00 ` Thiago A. Corrêa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox