Re: [Live-devel] error (ARM) : terminate called after throwing an instance of 'int'

2013-01-21 Thread Josan
$(CROSS_COMPILE)c++ -o LINK_OPTS = -L. -s 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 = # End of variables

Re: [Live-devel] error (ARM) : terminate called after throwing an instance of 'int'

2013-01-21 Thread Josan
> live-devel mailing list > live-devel@... > http://lists.live555.com/mailman/listinfo/live-devel > Hello Sambhav: We got the same situation like yours! Did you get the solution yet? Could you tell me how to get rid of this error? Thanks in advance! Re