[Asterisk-Dev] Asterisk Compilation using ARM GCC

Geetha geethar at multitech.co.in
Thu Feb 24 06:49:18 MST 2005


We have tried do it. We get the following error

configure: error: termcap support not found

and then the make exits. Can you tell me where I can find libtermcap.a 
for ARM GCC.

Regards,
Geetha


Mike Taht wrote:

>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 && unset CFLAGS LIBS && ./configure --build=$(PROC);
>
>editline/libedit.a: FORCE
>        cd editline && unset CFLAGS LIBS && 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 <geethar at multitech.co.in> wrote:
>  
>
>>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
>>Asterisk-Dev at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>>To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-dev
>>
>>    
>>
>_______________________________________________
>Asterisk-Dev mailing list
>Asterisk-Dev at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-dev
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>  
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20050224/431ed819/attachment.htm


More information about the asterisk-dev mailing list