Schneider wrote:
However:
/var/folders/vg/ts3vj22j2y3d5n3cmmhw6gt9dzb4gf/T//ccidJkLD.s:524:9: error: unsupported directive '.stabs' .stabs "",100,0,0,Letext ^ make[3]: *** [libgcc/./_muldi3.o] Error 1 make[2]: *** [libgcc.a] Error 2 make[1]: *** [stage1_build] Error 2 make: *** [bootstrap] Error 2
What does as -version
show? If it doesn't show Apple Inc version cctools-870, GNU assembler version 1.38
(you have to press ctrl-c to quit it) try running sudo xcode-select -s /Applications/Xcode.app
Afterwards, try the above command again to verify it shows the expected result. Maybe the link between the dummy /usr/bin/as and clang still somehow exists from when you had Xcode 7.
By the way, I'm just rerunning build-gpc.command each time. So I effectively assume it cleans out previous results. Could that be wrong?
I have no idea.
Jonas