Search found 3 matches

by jpf
Sun Apr 14, 2013 10:08 am
Forum: Suggestions and Feedback
Topic: cross builds: binutils needs additional patch
Replies: 6
Views: 22490

Re: cross builds: binutils needs additional patch

I don't envisage being able to accept patches that involve enabling D until it goes into upstream gcc because of the level of work needed to maintain it with our tools. That's understandable. D on embedded systems is far from ready and it's more likely that D is merged into GCC (not before gcc 4.9 ...
by jpf
Thu Mar 07, 2013 9:50 am
Forum: Suggestions and Feedback
Topic: cross builds: binutils needs additional patch
Replies: 6
Views: 22490

Re: cross builds: binutils needs additional patch

I also hit this problem when building devkitPPC for windows:
http://crosstool-ng.org/hg/crosstool-ng ... 2245834071
(the patch is for glibc but newlib has the same problem)

Has anyone seen this before?
by jpf
Tue Mar 05, 2013 12:44 pm
Forum: Suggestions and Feedback
Topic: cross builds: binutils needs additional patch
Replies: 6
Views: 22490

cross builds: binutils needs additional patch

When trying to compile devkitARM for windows I came across this issue: http://sourceware.org/ml/binutils/2012-10/msg00044.html The patch wasn't included in binutils 2.23.1 yet. I guess it's my fault for using the git version of the build scripts but I wanted to toy with gcc 4.7.2 to add some D (dlan...