This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/70508] New: libstdc++.*-gdb.py': No such file or directory


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70508

            Bug ID: 70508
           Summary: libstdc++.*-gdb.py': No such file or directory
           Product: gcc
           Version: 5.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fedor_qd at mail dot ru
  Target Milestone: ---

Due this error can't install softfloat libraries.
When I build for target arm-none-symbianelf with MinGW 4.8.1 and MSYS appears
this error:

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
make[4]: *** [install-data-local] Error 1
make[4]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3'
make[1]: *** [install-strip] Error 2
make[1]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3'
make: *** [install-strip-target-libstdc++-v3] Error 2

I open build-gcc\arm-none-symbianelf\softfp\libstdc++-v3\python and see these
strings:
echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \
        $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py



GCC builded with these options:

export TARGET=arm-none-symbianelf
GCCC=gcc-5.3.0
# Installation folder
export PREFIX=/usr/local/$GCCC
export PATH=$PATH:$PREFIX/bin
unset CFLAGS
export CFLAGS+="-pipe"

cd build-gcc
../$GCCC/configure  --target=$TARGET --prefix=$PREFIX  --without-headers \
        --enable-gold=yes --enable-ld=yes --enable-lto --enable-liboffloadmic \
        --enable-languages="c,c++,lto" --enable-poison-system-directories \
        --with-newlib --with-gnu-as --with-gnu-ld --with-dwarf2 \
        --disable-hosted-libstdcxx --disable-libstdcxx-pch \
        --disable-option-checking --disable-threads --disable-nls \
        --disable-win32-registry --disable-libssp --disable-shared \
        --enable-interwork --enable-tls --enable-multilib \
        --enable-wchar_t --enable-extra-sgxxlite-multilibs --enable-c99 \
        --enable-long-long --enable-liboffloadmic=target
        # --with-sysroot

# Ugly hack for:
# D:\MinGW\msys\1.0\bin\make.exe: *** couldn't commit memory for cygwin heap,
Win32 error 0
# I hope this sufficiently :-)
make -k 2> make-gcc.log
touch first-make-call
make -k 2>> make-gcc.log
make -k 2>> make-gcc.log
make -k 2>> make-gcc.log
# make -k 2>> make-gcc.log
# make -k 2>> make-gcc.log
make install-strip

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]