* [Buildroot] $(ARCH) not set & mirrors
@ 2008-03-10 19:43 Nigel Kukard
2008-03-10 20:19 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Nigel Kukard @ 2008-03-10 19:43 UTC (permalink / raw)
To: buildroot
Hi Guys,
1. As reported by another gentleman earlier this month, I'm having the
same issue with $(ARCH) not being set for the default build options
freshly checked out from svn. Where can I look to debug this?
2. I've found quite a number of make files which don't use the mirror's
defined in menu config to retrieve the sources ... can I submit patches
to fix this or is it intentional?
-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080310/19e9ff7d/attachment.pgp
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-10 19:43 [Buildroot] $(ARCH) not set & mirrors Nigel Kukard
@ 2008-03-10 20:19 ` Peter Korsgaard
2008-03-11 6:19 ` Nigel Kukard
0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2008-03-10 20:19 UTC (permalink / raw)
To: buildroot
>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:
Nigel> Hi Guys, 1. As reported by another gentleman earlier this
Nigel> month, I'm having the same issue with $(ARCH) not being set
Nigel> for the default build options freshly checked out from
Nigel> svn. Where can I look to debug this?
I have not seen this - Details please.
Nigel> 2. I've found quite a number of make files which don't use the
Nigel> mirror's defined in menu config to retrieve the sources
Nigel> ... can I submit patches to fix this or is it intentional?
Sounds like a bug. Please submit.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-10 20:19 ` Peter Korsgaard
@ 2008-03-11 6:19 ` Nigel Kukard
2008-03-11 8:17 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Nigel Kukard @ 2008-03-11 6:19 UTC (permalink / raw)
To: buildroot
<snip>
> Nigel> 2. I've found quite a number of make files which don't use the
> Nigel> mirror's defined in menu config to retrieve the sources
> Nigel> ... can I submit patches to fix this or is it intentional?
>
> Sounds like a bug. Please submit.
Please find attached.
Regards
Nigel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mirror-fixes.patch
Type: text/x-patch
Size: 11131 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080311/61383571/attachment-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080311/61383571/attachment-0001.pgp
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-11 6:19 ` Nigel Kukard
@ 2008-03-11 8:17 ` Peter Korsgaard
2008-03-11 8:38 ` Nigel Kukard
0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2008-03-11 8:17 UTC (permalink / raw)
To: buildroot
>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:
Nigel> <snip>
Nigel> 2. I've found quite a number of make files which don't use the
Nigel> mirror's defined in menu config to retrieve the sources
Nigel> ... can I submit patches to fix this or is it intentional?
>>
>> Sounds like a bug. Please submit.
Nigel> Please find attached.
Thanks. Committed except for the hunk changing the fakeroot
version. Please don't mix multiple changes in the same patch.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-11 8:17 ` Peter Korsgaard
@ 2008-03-11 8:38 ` Nigel Kukard
2008-03-11 8:50 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Nigel Kukard @ 2008-03-11 8:38 UTC (permalink / raw)
To: buildroot
> Nigel> <snip>
> Nigel> 2. I've found quite a number of make files which don't use the
> Nigel> mirror's defined in menu config to retrieve the sources
> Nigel> ... can I submit patches to fix this or is it intentional?
> >>
> >> Sounds like a bug. Please submit.
>
> Nigel> Please find attached.
>
> Thanks. Committed except for the hunk changing the fakeroot
> version. Please don't mix multiple changes in the same patch.
Blast ... sorry. I'll be more careful.
Patch attached for fixing of ARCH not being defined when selecting some
x86 target arch variants.
-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arch-fixes.patch
Type: text/x-patch
Size: 691 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080311/bb0f65d8/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080311/bb0f65d8/attachment.pgp
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-11 8:38 ` Nigel Kukard
@ 2008-03-11 8:50 ` Peter Korsgaard
2008-03-11 19:21 ` Florian Huber
0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2008-03-11 8:50 UTC (permalink / raw)
To: buildroot
>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:
Hi,
>> Thanks. Committed except for the hunk changing the fakeroot
>> version. Please don't mix multiple changes in the same patch.
Nigel> Blast ... sorry. I'll be more careful.
Great ;)
Nigel> Patch attached for fixing of ARCH not being defined when
Nigel> selecting some x86 target arch variants.
Thanks - Applied.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-11 8:50 ` Peter Korsgaard
@ 2008-03-11 19:21 ` Florian Huber
2008-03-11 19:40 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Florian Huber @ 2008-03-11 19:21 UTC (permalink / raw)
To: buildroot
Hi,
my problem with selecting the "geode" target and having no $(ARCH) is
not fixed. It could be fixed by just adding another line like Nigel did:
default "i586" if BR2_x86_geode
BUT it does not make sence anyway because the 4.2.x gcc does not support
the arch=geode or tune=geode yet. So I get errors when the gcc
./configure is executed.
Only work-around is to use a generic i586 target.
Cheers,
Florian
Peter Korsgaard wrote:
>>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:
>
> Hi,
>
> >> Thanks. Committed except for the hunk changing the fakeroot
> >> version. Please don't mix multiple changes in the same patch.
>
> Nigel> Blast ... sorry. I'll be more careful.
>
> Great ;)
>
> Nigel> Patch attached for fixing of ARCH not being defined when
> Nigel> selecting some x86 target arch variants.
>
> Thanks - Applied.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] $(ARCH) not set & mirrors
2008-03-11 19:21 ` Florian Huber
@ 2008-03-11 19:40 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2008-03-11 19:40 UTC (permalink / raw)
To: buildroot
>>>>> "Florian" == Florian Huber <florian.huber@lindoze.net> writes:
Hi,
Florian> BUT it does not make sence anyway because the 4.2.x gcc does
Florian> not support the arch=geode or tune=geode yet. So I get
Florian> errors when the gcc ./configure is executed. Only
Florian> work-around is to use a generic i586 target.
Or get GCC 4.3 (where it is supported) working.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-03-11 19:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 19:43 [Buildroot] $(ARCH) not set & mirrors Nigel Kukard
2008-03-10 20:19 ` Peter Korsgaard
2008-03-11 6:19 ` Nigel Kukard
2008-03-11 8:17 ` Peter Korsgaard
2008-03-11 8:38 ` Nigel Kukard
2008-03-11 8:50 ` Peter Korsgaard
2008-03-11 19:21 ` Florian Huber
2008-03-11 19:40 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox