This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
*** Newlib does not support CPU armeb (possible fix included)
- From: Nabeel Sowan <funklord at vibes dot se>
- To: newlib at sourceware dot org
- Date: Tue, 9 Dec 2008 11:06:07 +0100
- Subject: *** Newlib does not support CPU armeb (possible fix included)
Hi,
I'm having trouble building newlib for armeb-elf target
(on Gentoo using crossdev)
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 me past this error.
However, I do not fully understand the implications of the proposed change.
Best regards,
Nabeel Sowan