If you have recently tried using crossdev to build a cross-compilation toolchain for your B2 or B3 on a Gentoo PC (as described in my wiki posts
here and
here) you will probably have found that it dies, with the following error:
Code: Select all
* Emerging cross-gcc-stage1 ...
* gcc failed :(
This is due to bug
562460. The patch in
this pull request (linked from comment #10 in the bug report) fixes the issue; hopefully it will be merged shortly.
Best, sakaki
Edit: a proper fix for this has now been committed; please see the tail of the bug report linked above.