All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Errors about BX when building toolchain under latest buildroot
@ 2013-02-03 15:13 hayate
  2013-02-03 16:34 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: hayate @ 2013-02-03 15:13 UTC (permalink / raw)
  To: buildroot

Hi,

Latest buildroot buildroot-2012.11.1
choose: arm-LittleEndian, generic arm, OABI, gcc 4.6.3, uClibc-0.9.33.1

Others are unchanged

Then encounter errors saying that BX is not available on the target
processor

However changing to uClibc from 0.9.33 to 0.9.31 makes building successful.

Is this a bug? Should that USE_BX or 0.9.33 be disabled when selecting
generic arm?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130203/4f3806fe/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] Errors about BX when building toolchain under latest buildroot
  2013-02-03 15:13 [Buildroot] Errors about BX when building toolchain under latest buildroot hayate
@ 2013-02-03 16:34 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-02-03 16:34 UTC (permalink / raw)
  To: buildroot

>>>>> "hayate" == hayate  <hayatelee@gmail.com> writes:

 hayate> Hi,
 hayate> Latest buildroot?buildroot-2012.11.1
 hayate> choose: arm-LittleEndian, generic arm, OABI, gcc 4.6.3, uClibc-0.9.33.1

 hayate> Others are unchanged

 hayate> Then encounter errors saying that BX is not available on the
 hayate> target processor

 hayate> However changing to uClibc from 0.9.33 to 0.9.31 makes building
 hayate> successful.

 hayate> Is this a bug? Should that USE_BX or 0.9.33 be disabled when
 hayate> selecting generic arm?

Yes, sounds like a bug. Ancient ARM variants didn't have the BX
instruction, so we should fixup uclibc.mk to enable/disable USE_BX
depending on if the variant has it.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-03 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-03 15:13 [Buildroot] Errors about BX when building toolchain under latest buildroot hayate
2013-02-03 16:34 ` Peter Korsgaard

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.