*** Newlib does not support CPU armeb (possible fix included)
Nabeel Sowan
funklord@vibes.se
Wed Dec 10 14:31:00 GMT 2008
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
More information about the Newlib
mailing list