compiling libsupc++
Posted: Sat Apr 16, 2016 5:06 am
Hey, I'd like to compile libsupc++, so I looked at the wiki and typed the following commands into my cygwin bash:
This worked and a makfile was created.
Next I configured libstdc++:
This gave me:
The i686-elf gcc is the one downloadable at the cross-compiler wiki entry. Any Ideas how this can be fixed?
Code: Select all
dude@pc /cygdrive/c/bin/src/gcc-4.8.2
$ ./configure --target=i686-elf --prefix=/cygdrive/c/bin/i686-elf --enable-lang
uages=c,c++ --without-headers --disable-nls
Next I configured libstdc++:
Code: Select all
dude@pc /cygdrive/c/bin/src/gcc-4.8.2/libstdc++-v3
$ CPP=i686-elf-cpp ./configure --host=i686-elf --prefix=/cygdrive/c/bin/i686-el
f --disable-hosted-libstdcxx --disable-nls
Code: Select all
checking for shl_load... configure: error: Link tests are not allowed after GCC_
NO_EXECUTABLES.