Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249709 - cross-armeb-elf/newlib-1.16.0 - Fails: does not support CPU armeb
Summary: cross-armeb-elf/newlib-1.16.0 - Fails: does not support CPU armeb
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 14:34 UTC by Nabeel Sowan
Modified: 2009-05-01 01:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nabeel Sowan 2008-12-03 14:34:50 UTC
Error output:
*** Newlib does not support CPU armeb
make[1]: *** [configure-target-newlib] Error 1
make[1]: *** Waiting for unfinished jobs....

Proposed fix:
newlib-1.16.0/newlib/configure.host
99c99
-   arm)
---
+   arm*)

The above proposed fix gets past this error, however, being new to crossdev, I do not fully understand the implications of the proposed change.
Comment 1 SpanKY gentoo-dev 2008-12-07 07:54:28 UTC
what really matters is whether the resulting toolchain produces binaries that actually execute on the target CPU.  if they do, i dont see a problem with the patch, and you should post it to newlib mailing list:
newlib@sources.redhat.com
http://sourceware.org/newlib/

(i would, but the GNU guys do not like proxy patch posting ...)
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2009-05-01 01:08:56 UTC
So, does this actually work?  Is this a problem still?  I don't have the hardware to actually test if the binaries work or not.