Hello, Try changing the config.armlinux file like below :
CROSS_COMPILE= arm-linux- COMPILE_OPTS = $(INCLUDES) -I /usr/local/arm/arm-linux/lib -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 C = c C_COMPILER = $(CROSS_COMPILE)gcc C_FLAGS = $(COMPILE_OPTS) CPP = cpp CPLUSPLUS_COMPILER = $(CROSS_COMPILE)g++ CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1 OBJ = o LINK = $(CROSS_COMPILE)g++ -o LINK_OPTS = -L. CONSOLE_LINK_OPTS = $(LINK_OPTS) LIBRARY_LINK = $(CROSS_COMPILE)ld -o LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic LIB_SUFFIX = a LIBS_FOR_CONSOLE_APPLICATION = LIBS_FOR_GUI_APPLICATION = EXE = then type ./genMakefiles armlinux you can then cross compile : make ARCH=arm CROSS_COMPILE=arm_v5t_le- You can then find the exec file in mediaServer directory. I don't know if it's the best solution but it worked for me, though I still don't know how to use it for streaming... Regards, Sami. 2008/5/7 zhularry <[EMAIL PROTECTED]>: > Hi Thiyana, > > Could you please tell how to cross compile live555 for the DM355 platform? > > Thanks > > Larry > > ------------------------------ > 轻松把Hotmail下载到本地,试试 Windows Live Mail。 立即尝试! <http://get.live.com/wl/all> > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > >
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
