* [Buildroot] Build root fails
@ 2008-03-26 9:27 Jun Ma
2008-03-26 9:32 ` Jun Ma
0 siblings, 1 reply; 5+ messages in thread
From: Jun Ma @ 2008-03-26 9:27 UTC (permalink / raw)
To: buildroot
log message:
make[1]: Entering directory
`/root/disk/buildroot-20080325/toolchain_build_mipsel/uClibc-0.9.29'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>"
-DLOCALE -MM *.c > .depend 2>/dev/null || :
make[2]: `conf' is up to date.
ln -fs sgidefs.h ./include/
:0: error: -march=mips32 is not compatible with the selected ABI
:0: error: -march=mips32 is not compatible with the selected ABI
CC ldso/ldso/ldso.oS
ldso/ldso/ldso.c:1: error: -march=mips32 is not compatible with the selected ABI
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory
`/root/disk/buildroot-20080325/toolchain_build_mipsel/uClibc-0.9.29'
make: *** [/root/disk/buildroot-20080325/toolchain_build_mipsel/uClibc-0.9.29/lib/libc.a]
Error 2
here is a link with the same problems reported:
http://www.busybox.net/lists/buildroot/2008-January/006754.html
Should I need git clone that tree, or waiting for this svn update?
:)
--
FIXME if it is wrong.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Build root fails
2008-03-26 9:27 [Buildroot] Build root fails Jun Ma
@ 2008-03-26 9:32 ` Jun Ma
2008-03-26 12:02 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Jun Ma @ 2008-03-26 9:32 UTC (permalink / raw)
To: buildroot
On Wed, Mar 26, 2008 at 5:27 PM, Jun Ma <sync.jma@gmail.com> wrote:
> here is a link with the same problems reported:
> http://www.busybox.net/lists/buildroot/2008-January/006754.html
> Should I need git clone that tree, or waiting for this svn update?
> :)
>
Two config files attached.
--
FIXME if it is wrong.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: buildroot.config
Url: http://busybox.net/lists/buildroot/attachments/20080326/5265e6da/attachment-0002.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: uclibc.config
Url: http://busybox.net/lists/buildroot/attachments/20080326/5265e6da/attachment-0003.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Build root fails
2008-03-26 9:32 ` Jun Ma
@ 2008-03-26 12:02 ` Bernhard Fischer
2008-03-27 1:37 ` Jun Ma
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2008-03-26 12:02 UTC (permalink / raw)
To: buildroot
On Wed, Mar 26, 2008 at 05:32:19PM +0800, Jun Ma wrote:
>On Wed, Mar 26, 2008 at 5:27 PM, Jun Ma <sync.jma@gmail.com> wrote:
>
>> here is a link with the same problems reported:
>> http://www.busybox.net/lists/buildroot/2008-January/006754.html
>> Should I need git clone that tree, or waiting for this svn update?
>> :)
>>
>
>Two config files attached.
>
>--
>FIXME if it is wrong.
>#
># Automatically generated make config: don't edit
># Tue Feb 17 01:24:25 2015
[]
>#
># Atmel Mirrors
>#
>BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/"
>BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
This is not my repo, so better git clone
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Build root fails
2008-03-26 12:02 ` Bernhard Fischer
@ 2008-03-27 1:37 ` Jun Ma
2008-03-27 11:13 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Jun Ma @ 2008-03-27 1:37 UTC (permalink / raw)
To: buildroot
On Wed, Mar 26, 2008 at 8:02 PM, Bernhard Fischer <rep.dot.nop@gmail.com> wrote:
> >#
> ># Automatically generated make config: don't edit
> ># Tue Feb 17 01:24:25 2015
> []
> >#
> ># Atmel Mirrors
> >#
> >BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/"
> >BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
>
> This is not my repo, so better git clone
>
I am confused, the buildroot source was dowloaded from
http://buildroot.uclibc.org/downloads/snapshots/,
seems the officially release is based on svn, not
git('http://repo.or.cz/w/buildroot.git').
Thanks
--
FIXME if it is wrong.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Build root fails
2008-03-27 1:37 ` Jun Ma
@ 2008-03-27 11:13 ` Bernhard Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Fischer @ 2008-03-27 11:13 UTC (permalink / raw)
To: buildroot
On Thu, Mar 27, 2008 at 09:37:01AM +0800, Jun Ma wrote:
>On Wed, Mar 26, 2008 at 8:02 PM, Bernhard Fischer <rep.dot.nop@gmail.com> wrote:
>
>> >#
>> ># Automatically generated make config: don't edit
>> ># Tue Feb 17 01:24:25 2015
>> []
>> >#
>> ># Atmel Mirrors
>> >#
>> >BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/"
>> >BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/"
>>
>> This is not my repo, so better git clone
>>
>
>I am confused, the buildroot source was dowloaded from
>http://buildroot.uclibc.org/downloads/snapshots/,
>seems the officially release is based on svn, not
>git('http://repo.or.cz/w/buildroot.git').
yes, exactly. To recap, you asked:
"here is a link with the same problems reported:
http://www.busybox.net/lists/buildroot/2008-January/006754.html
Should I need git clone that tree, or waiting for this svn update?
:)
"
Currently, i will not pull packages/* from svn since i already cleaned
up the most commonly used packages and do not have a need for the rest,
so don't hold your breath.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-03-27 11:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 9:27 [Buildroot] Build root fails Jun Ma
2008-03-26 9:32 ` Jun Ma
2008-03-26 12:02 ` Bernhard Fischer
2008-03-27 1:37 ` Jun Ma
2008-03-27 11:13 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox