<div>Hi, All.</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; I compile live555MediaServer with the cross-compiler &quot;arm-uclibc-linux-&quot; , then I run it on the ARM(arm926ejs), it shows &quot;./live555MediaServer: can't load library 'libstdc++.so.6 &quot;.&nbsp;Is the Makefile&nbsp; not correct? or some other reasons
</div>
<div>&nbsp;</div>
<div>Following is the Makefile for arm:</div>
<div>&nbsp;</div>
<div>CROSS_COMPILE=&nbsp;&nbsp;arm-uclibc-linux-<br>COMPILE_OPTS =&nbsp;&nbsp;$(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1<br>C =&nbsp;&nbsp;&nbsp;c<br>C_COMPILER =&nbsp;&nbsp;$(CROSS_COMPILE)gcc<br>C_FLAGS =&nbsp;&nbsp;$(COMPILE_OPTS)<br>
CPP =&nbsp;&nbsp;&nbsp;cpp<br>CPLUSPLUS_COMPILER =&nbsp;$(CROSS_COMPILE)g++<br>CPLUSPLUS_FLAGS =&nbsp;$(COMPILE_OPTS) -Wall -DBSD=1<br>OBJ =&nbsp;&nbsp;&nbsp;o<br>LINK =&nbsp;&nbsp;&nbsp;$(CROSS_COMPILE)g++ -o<br>LINK_OPTS =&nbsp;&nbsp;-L.<br>CONSOLE_LINK_OPTS =&nbsp;$(LINK_OPTS)<br>LIBRARY_LINK =&nbsp;&nbsp;$(CROSS_COMPILE)ld -o
<br>LIBRARY_LINK_OPTS =&nbsp;$(LINK_OPTS) -r -Bstatic<br>LIB_SUFFIX =&nbsp;&nbsp;&nbsp;a<br>LIBS_FOR_CONSOLE_APPLICATION =<br>LIBS_FOR_GUI_APPLICATION =<br>EXE =<br clear="all"><br>-- <br>Regards,<br>francois_wei </div>