powerpc cross toolchain undefined reference to _dl_hwcap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    powerpc cross toolchain undefined reference to _dl_hwcap

    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?
Working...