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 libstdc++/78430] New: libstc++-v3 Build failed


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

            Bug ID: 78430
           Summary: libstc++-v3 Build failed
           Product: gcc
           Version: 6.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: aa-c-aa at mail dot ru
  Target Milestone: ---

Hello! I have problem building GCC Toolchain
Configure from `~/mips-tc/` with gcc in `~/gcc-6.2.0`:
../gcc-6.2.0/configure --prefix=$HOME/mips-tc --target=mips-elf
--without-headers --with-gnu-ld --with-gnu-as --disable-libssp --disable-nls
--enable-c99 --enable-long-long --disable-libatomic --disable-libgomp
--disable-libquadmath --disable-libmudflap --disable-shared --disable-threads
--disable-multilib --enable-languages=c,c++

make
And in `make` stage after a 3 nights of compilation i am getting this error:

/home/armleo/gcc-bu/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a:
error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:439: recipe for target 'libcc1.la' failed
make[3]: *** [libcc1.la] Error 1
make[3]: Leaving directory '/home/armleo/gcc-bu/libcc1'
Makefile:321: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/armleo/gcc-bu/libcc1'
Makefile:15586: recipe for target 'all-libcc1' failed
make[1]: *** [all-libcc1] Error 2
make[1]: Leaving directory '/home/armleo/gcc-bu'
Makefile:918: recipe for target 'all' failed
make: *** [all] Error 2

What means this error and what i can do?
THX for ant help!

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