<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">From that link, these are the ones that are most likey causing the issue. I think the first one. Can you check your config.log and see what results it has for those checks? If you can compile native on the device I would suggest to on the device do a ./configure -C and then to use that config.cache file generated to get all your answers to feed your cross toolchain. You can probably just slim down that exact file and have everything you need.<div><br></div><div><div> export apr_cv_mutex_recursive=yes; \</div><div> export ac_cv_func_pthread_rwlock_init=yes; \</div><div> export apr_cv_type_rwlock_t=yes; \</div><div><br></div><div><br></div><div>Mike</div><div><br></div><div><div>On Feb 10, 2009, at 11:15 AM, Anthony Minessale wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">hmm crashing in mutex lock, maybe the pthread lib is messed up.<br>how did you trick it into compiling? Maybe some of the answers are wrong and apr is using the wrong thread abstraction?<br><br>Some guy made this wiki page regarding cross compiling, did you see it ?<br> <a href="http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Cross_Compiling_for_ARM_on_Linux">http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Cross_Compiling_for_ARM_on_Linux</a><br><br>I was able to build FS in scratchbox for arm11 before.<br> <br>I do remember one time when trying to get asterisk to work on wrt in the old days that the pthread lib<br>was bad and I had to use a different version of uClibc runtime to get around it.<br><br><br><div class="gmail_quote"> On Tue, Feb 10, 2009 at 9:34 AM, Kristian Kielhofner <span dir="ltr"><<a href="mailto:kristian.kielhofner@gmail.com">kristian.kielhofner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Uh oh, I was afraid of that.<br> <br> I haven't had to work around uClibc issues in a while. Hopefully I<br> still remember some of that stuff. ;)<br> <div class="Ih2E3d"><br> On Tue, Feb 10, 2009 at 2:47 AM, Ken Rice <<a href="mailto:krice@suspicious.org">krice@suspicious.org</a>> wrote:<br> > There arent known issues cause I don't think anyone else has tried it hah<br> ><br> ><br> <br> </div><div><div></div><div class="Wj3C7c">--<br> Kristian Kielhofner<br> <a href="http://blog.krisk.org" target="_blank">http://blog.krisk.org</a><br> <a href="http://www.submityoursip.com" target="_blank">http://www.submityoursip.com</a><br> <a href="http://www.astlinux.org" target="_blank">http://www.astlinux.org</a><br> <a href="http://www.star2star.com" target="_blank">http://www.star2star.com</a><br> <br> _______________________________________________<br> Freeswitch-users mailing list<br> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br> </div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br> <br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br> IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>