Recently, I've been working on powerpc cross compilation,
I've built my own toolchain from gcc/binutils source.
I am compiling C++ application with this toolchain.
While linking I am getting following error.
/root/cross/powerpc/bin/../lib/gcc/powerpc-linux/4.2.1/../../../../powerpc-linux/lib/libstdc++.so: undefined reference to `_dl_hwcap'
Any help?
I've built my own toolchain from gcc/binutils source.
I am compiling C++ application with this toolchain.
While linking I am getting following error.
/root/cross/powerpc/bin/../lib/gcc/powerpc-linux/4.2.1/../../../../powerpc-linux/lib/libstdc++.so: undefined reference to `_dl_hwcap'
Any help?