https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66259
Matt Godbolt <matt at godbolt dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt at godbolt dot org --- Comment #6 from Matt Godbolt <matt at godbolt dot org> --- I'm seeing what appears (to me!) to be an identical issue in the 5.2 build. My build scripts (which have worked for 4.7 through 5.1) use an in-tree binutils (with a symlink step to symlink everything in-tree). I too see the error: /data/teamcity/work/sud-chibld05-002-RHEL6/cd26a0c570c605bd/scratch/gcc/5.2.0/objdir/./prev-gcc/as: line 106: /data/teamcity/work/sud-chibld05-002-RHEL6/cd26a0c570c605bd/scratch/gcc/5.2.0/objdir/./gas/as-new: No such file or directory /data/teamcity/work/sud-chibld05-002-RHEL6/cd26a0c570c605bd/scratch/gcc/5.2.0/objdir/./prev-gcc/as: line 106: exec: /data/teamcity/work/sud-chibld05-002-RHEL6/cd26a0c570c605bd/scratch/gcc/5.2.0/objdir/./gas/as-new: cannot execute: No such file or directory while building stage 2 LTO plugin. I'm using binutils 2.25. Does this seem to be the same issue?