hi guys.
when I cross-compile the toolchains of mipsel with the http://cross-lfs.org/view/svn/mips/
but When I cross-compile the gcc finally,[the first is OK]
I found a error of "libstdc++-v3: No Such file or directory...."

this is the configure commands:
   AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
        ../gcc-${GCC_VERSION}/configure --prefix=/cross-tools \
      --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
      --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
      --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
      --enable-c99 \
      --enable-long-long --enable-threads=posix --disable-multilib


somebody say that maybe the testsuite problem, but how can I compile the gcc without the testsuite?
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to