https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70508
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|other |libstdc++ Keywords| |build --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Fiodar from comment #0) > Making install in python > make[3]: Entering directory > `/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python' > make[4]: Entering directory > `/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python' > make[4]: Nothing to be done for `install-exec-am'. > /bin/install -c -m 644 gdb.py > /usr/local/gcc-5.3.0/arm-none-symbianelf/lib/libstdc++.*-gdb.py > /bin/install: cannot create regular file > `/usr/local/gcc-5.3.0/arm-none-symbianelf/lib/libstdc++.*-gdb.py': No such > file or directory This means libstdc++.* didn't match any files, which means the shared lib hasn't been built yet. That shouldn't happen. Do you still see this with current releases?