[Asterisk-Dev] Asterisk Compilation using ARM GCC

Mike Taht mike.taht at gmail.com
Wed Feb 23 12:18:08 MST 2005


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
>



More information about the asterisk-dev mailing list