Error while building libstdc++-v3
Posted: Mon Jul 27, 2015 7:05 am
Hello!
I'm following the Hosted GCC Cross-Compiler tutorial and everything has gone well but the final step, building libstdc++-v3. When I run it seems to work but after a while shows me this error:
During the previous steps I had to write my own stdint.h because my i686-myos-gcc cross compiler doesn't provide it and couldn't build libc. BTW, I've used my own libc written with the sources that appear in the prerequisites section of this tutorial.
Any ideas?
I'm following the Hosted GCC Cross-Compiler tutorial and everything has gone well but the final step, building libstdc++-v3. When I run
Code: Select all
make all-target-libtdc++-v3
Code: Select all
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
Makefile:10142: recipe for target 'configure-target-libstdc++-v3' failed
make: *** [configure-target-libstdc++-v3] Error 1
Any ideas?