Boost Application on MIPS

2 posts / 0 new
Last post
mjakie
mjakie's picture
Boost Application on MIPS

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

kevinmonkey
kevinmonkey's picture
Hi,

Hi,
I want to compile boost using mipsel-linux-gcc, but there are so many bugs. Have you encountered this problem? How did you solve it? By the way, which version of boost did you use?

Thank you!