[asterisk-embedded] Building asterisk for embedded ARM target
Ori Idan
ori at helicontech.co.il
Thu Mar 13 03:36:08 CDT 2008
I still have problems compiling asterisk for ARM.
I have set the CC environment variable and used configure as: ./configure
--host=i386 --build=arm-linux-gnu
I got again an error complaining about no termcap support.
When I run configure without --host and --build and without CC environment
variable set it works fine and even compiles.
What am I doing wrong?
--
Ori Idan
On Thu, Feb 21, 2008 at 5:49 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
wrote:
> On Mon, Feb 18, 2008 at 01:53:51PM +0200, Ori Idan wrote:
> > Thank you for your answers.
> > I have installed libncurses5-dev (I am working on Ubuntu) and still get
> the
> > same error.
>
> Here's a mail some folks here are not going to like.
>
> Frankly, you don't really need menuselect, unless you inteeractively
> want to disable modules.
>
> The noninteractive mode of operation of menuselect can essentially be
> replaced by a small script:
>
> cat <<EOF >menuselect.makeopts
> # Hmm.. what exactly?
> EOF
>
> The good question is: what exactly should be there?
>
> Well, there are a bunch of variables there that say what modules should
> *not* be built. Hence empty value for those vars will get everything
> built. For instance, if you want to disable building apps/app_skel.so,
> make sure MENUSELECT_APPS includes app_skel .
>
> Or even better: in your generated file write it:
>
> MENUSELECT_APPS += app_skel
>
> That way you won't have to worry about it getting overriden by another
> include in your system.
>
> In fact, that file is simply included by make. So "workaroundish"
> version of a erplacement menuselect script would be:
>
> #!/bin/sh
> echo '-include menuselect.customopts' >menuselect.makeopts
>
> And start using trial, errror and reverse-engeneering to build the
> custom file.
>
> --
> Tzafrir Cohen
> icq#16849755 jabber:tzafrir.cohen at xorcom.com
> +972-50-7952406 mailto:tzafrir.cohen at xorcom.com
> http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
>
--
ספרים וסיפורים שכתבתי: http://www.thestories.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-embedded/attachments/20080313/b0688d64/attachment.htm
More information about the asterisk-embedded
mailing list