Hi all,
I want to run some boost based application on my MIPS h/w. I compiled a simple program from boost documentation using mipsel-linux-g++ but when I tried to run this program on Board, It says "can't load library 'libstdc++.so.6'".
I searched through net I read somewhere that I need to compile my apps using uclibc++ instead of libstdc++. Can anyone in this forum please inform me how to do that?
Thanks