<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
We have tried do it. We get the following error<br>
<br>
<font color="#000099">configure: error: termcap support not found</font><br>
<br>
and then the make exits. Can you tell me where I can find libtermcap.a
for ARM GCC.<br>
<br>
Regards,<br>
Geetha<br>
<br>
<br>
Mike Taht wrote:
<blockquote cite="mid158277e2050223111837cc83b2@mail.gmail.com"
 type="cite">
  <pre wrap="">I have cross built asterisk for Xscale (there are multiple patches
which one day I'll get into cvs) - the fix I have for this error is to
modify the toplevel asterisk Makefile to do this, where PROC=arm

editline/config.h:
        cd editline &amp;&amp; unset CFLAGS LIBS &amp;&amp; ./configure --build=$(PROC);

editline/libedit.a: FORCE
        cd editline &amp;&amp; unset CFLAGS LIBS &amp;&amp; test -f config.h ||
./configure --build=$(PROC)
        $(MAKE) -C editline libedit.a
 
My cross build mostly works, except that it doesn't recognise any
other codecs besides ulaw when it tries to negotiate them in iax.

On Wed, 23 Feb 2005 21:50:56 +0530, Geetha <a class="moz-txt-link-rfc2396E" href="mailto:geethar@multitech.co.in">&lt;geethar@multitech.co.in&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

We are trying to build Asterisk using ARM GCC cross compiler. We get
into problems while building libedit.a. Can anyone tell me the
significance of libedit.a and how to bypass it.

Thanks in advance,
Geetha

_______________________________________________
Asterisk-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Dev@lists.digium.com">Asterisk-Dev@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
Asterisk-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Dev@lists.digium.com">Asterisk-Dev@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>

  </pre>
</blockquote>
</body>
</html>