Hello, > Illegal instruction => that means that the compiler has generated code with an instruction that is not recognized by the processor. The most probable reason is an incorrect compiler option, or the use of a compiler that is not the good one for this type of processor. This can be sometimes a compiler bug. In that case, removing optimisation may workaround it. You can try to run linphone from gdb and type "bt full" to see the backtrace, and get an idea of what was the illegal instruction.
Simon > " > > > > Please advice, > Akshay > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
