>> Hello all >> >> I have been trying for a long time to build gcc-4.9.2 and now >> gcc-5.1.0-RC-20150412 but it always dies with: >> >> make[2]: *** [s-attrtab] Segmentation fault (core dumped) >> >> System: armv7l-unknown-linux-gnueabihf >> >> Configure >> --------- >> .configure --enable-languages=c,c++ --disable-bootstrap >> .... [snip] for the exynos 5250 processor all that needs to be done (on linux) is enable in the linux kernel config: System type -> [*] ARM errata: incorrect instructions may be executed from loop (773022 Cortex-A15 (up to r0p4) erratum) and 'make bootstrap' builds without problem for everything. (although somewhere in the chain it died because there was no 'zip' on my system which I thought was kind of odd.) Adding zip everything continued fine.