OpenWrt Forum Archive

Topic: Running Boost Application program on MIPS

The content of this topic has been archived on 27 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

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

try
opkg update
opkg install libstdcpp

The discussion might have continued from here.