similar to: Can't cross compile asterisk 1.6.2.13 on arm using ltib

Displaying 20 results from an estimated 500 matches similar to: "Can't cross compile asterisk 1.6.2.13 on arm using ltib"

2010 Sep 24
0
Fwd: Can't cross compile asterisk 1.6.2.13 on arm using ltib
First I've tryed with the version 1.4.36 But it didn't worked so I supposed it should be ok with the last version 1.6.2... but not => I will create a new issue for this if you think it should be. Just hope it will not be too long to have a correction. Thanks a lot. Sebastien On Fri, Sep 24, 2010 at 9:11 AM, IMS <ims77.dev at gmail.com> wrote: > No ideas ? > Just give me
2009 Mar 19
1
[Bridge] Is bridging possible if two devices connected peer to peer ?
Hello, In one of our project we need to connect one IMX 27 based baord which ahs a internal FEC controller & an MPC 8323RDb baord which has a Built in Network controller. We need to connect the IMX27 based board to MPC board thro cross cable & MPC baord has wlan AP card . Basically we want to communicate from IMX27 to wireless network. Hence we are planning to make follwoing arranage
2010 Sep 24
2
Debug compile fails
Somehow I can't get 1.6.2.13 to compile with DEBUG_CHANNEL_LOCKS. Downloaded latest tgz and extracted $ ./configure $ make menuselect (select the needed options from compiler flags) $ grep DEBUG_CHANNEL_LOCKS menuselect.makeopts MENUSELECT_CFLAGS=DONT_OPTIMIZE LOADABLE_MODULES DEBUG_CHANNEL_LOCKS MALLOC_DEBUG $ make && make install $ asterisk && asterisk -rx "core show
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
Hello , I have a problem to install asterisk with ldap. I am doing the following: make clean . / configure make menuselect LIBS =- lldap export LIBS make ====> This is where my error #make CC = "cc" CXX = "g + +" LD = "" AR = "" RANLIB = "" CFLAGS = "" make-C menuselect CONFIGURE_SILENT = "- silent" menuselect make [1]:
2009 Jun 23
0
Theora running on ARM device without floating point support
Hi masters, I am trying to deploy theora in Fressacle iMX27 (ARM-9) processor. This hardware does not support floating point operations, i've compiled the libtheora with ?--disable-float option . mx27# cat /proc/cpuinfo Processor ? ? ? : ARM926EJ-S rev 4 (v5l) BogoMIPS ? ? ? ?: 199.06 Features ? ? ? ?: swp half thumb fastmult edsp java CPU implementer : 0x41 CPU architecture: 5TEJ CPU variant
2010 Sep 15
0
Asterisk 1.6.2.13 Now Available (Re-Releast of 1.6.2.12)
The Asterisk Development Team has announced the release of Asterisk 1.6.2.13. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ This release resolves an issue where the .version and ChangeLog files were not updated for 1.6.2.12. Asterisk 1.6.2.13 has no additional changes from 1.6.2.12 other than the .version, ChangeLog and summary files.
2010 Sep 15
0
Asterisk 1.6.2.13 Now Available (Re-Releast of 1.6.2.12)
The Asterisk Development Team has announced the release of Asterisk 1.6.2.13. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ This release resolves an issue where the .version and ChangeLog files were not updated for 1.6.2.12. Asterisk 1.6.2.13 has no additional changes from 1.6.2.12 other than the .version, ChangeLog and summary files.
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
Hello List, Is it possible to select ODBC_STORAGE without entering to 'menuselect'? I'm currently building a package for my distro with a little script, and would like to set this option without entering manually to 'menuselect' I know that I could make the script to change the 'menuselect.makeopts' var from: MENUSELECT_OPTS_app_voicemail= to:
2010 Apr 12
1
Change in menuselect handling of sound files (in 1.6.1.X)
Hi, Between 1.6.1.9 and 1.6.1.18, handling of menuselect has changed in such a way that I cannot script non-english sound files downloading anymore. The following used to work (unattended) with 1.6.1.9 (for instance): cd /usr/src/asterisk-${ASTERISK_VERSION} ./configure make menuselect.makeopts echo "MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-SOUNDS-FR-GSM" >
2010 Sep 30
1
Asterisk 1.6.2.13 Audio Prompts Stopping
Version 1.6.2.13 is having issues with audio prompts dieing. When users call in to get voicemail the prompts start and then stop about 6 to 10 seconds in. On hold music plays for 6 to 10 seconds and then stops. In meet me conference rooms hold music will stop about 6 to 10 seconds in. Audio playback in IVR's start to play and then stops. It happes with both g729 and g711 calls. This does
2010 Nov 10
0
Asterisk 1.6.2.13 IAX2 Realtime issue
Hi I have configured IAX2 realtime in Asterisk 1.6.2.13. when I cannect a client to realtime extension, always the state of extension is "UNKNOW" like: * Name : marco Secret : <Set> Context : phones Parking lot : Mailbox : 2345 at default Dynamic : Yes Callnum limit: 0 Calltoken req: Auto Trunk : No Encryption : No
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello, On a Debian Buster instance, I compiled Asterisk 17.3.0 from source. I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using classical File module (in modules;conf and voicemail.conf): cd asterisk-17.3.0 ... make menuselect.makeopts menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done menuselect/menuselect --enable app_voicemail_odbc
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
Hello List, I've been trying to compile Asterisk with H.323 support and, after correctly installing PTLib and H323plus (OpenH323), the Asterisk configure script still doesn't detect the dependencies as installed. I know they are correctly installed because after going into "[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it correctly builds
2011 May 13
1
1.8.4 Core Dump after installing from source
Hello, After installing Asterisk from source in Slackware 13.1, I get the following error: Error loading module 'res_config_odbc.so': /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: ast_odbc_clear_cache Then a core dump. If I change the /etc/asterisk/modules.conf in order to preload the 'res_odbc.so' module, then the error dissapears, *but* still crashes
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 12:02:18PM -0800, Julien Lerouge wrote: > For 2), I think the NewNightlyTest.pl script would require some small > changes, to invoke the jcheck target instead of check, pass the desired > -j flag, and also parse the log. I'll take a look. In any case, the > changes would only apply to the DejaGNU tests (llvm-test already works > fine with -jX). Here is
2017 Feb 12
2
compiling asterisk-14.3.0-rc2
hi all, can someone help? I have centos 6.8 trying to install asterisk 14.3.0-rc2 on it with options as stated below - ./configure --with-crypto --with-ssl --with-srtp=/usr/local/lib --with-jansson=/ --with-pjproject-bundled when I tried to run "make menuselect". i get the error below. Makefile:109: makeopts: No such file or directory **** **** The configure script must be executed
2009 Mar 11
0
How to read installed spandsp version ?
Hello, On my Lenny system, I've got libspandsp.a, libspandsp.la files and so on present in /usr/lib. How could I write a shell script that would read among those files and tell "installed spandsp is version 0.0.4pre12 or version 0.0.6pre3" ? This is something autoconf tools must be able to do but I know how to write any line of code with these tools. While at it, how is Asterisk
2006 Oct 29
2
asterisk-1.2.13 fails to 'Make' in Fedore Core 6'
Hi, I fresh installed Fedora Core 6. I downloaded and untar the 'asterisk-1.2.13' into /usr/src/asterisk-1.2.13. When I run ' make' I get: ... ... chan_phone.c:41:29: error: linux/compiler.h: No such file or directory make[1]: *** [chan_phone.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-1.2.13/channels' make: *** [subdirs] Error 1 [root@sss asterisk-1.2.13]#
2009 Jun 18
2
Asterisk on AVR32
Greetings everyone, I'm trying to compile asterisk for an AVR32 (Atmel NGW100). Buildroot for AVR32 already has the asterisk package, though it has bugs. Firstly it tries to apply a patch for 1.2 on a 1.6, but deleting the contents of the patch file did the trick. Now, the problem is making asterisk. The first error is because asterisk needed to be ./configure:ed. Trying to just do
2009 Nov 01
2
CentOS Mirrored On RapidShare [Links Here]
Hey List, Firstly I am sorry for the length of this email and that you are all having too receive it but the point is that this email will now go into the archive and be indexed by Google (hopefully) and thusly, people will be able to find these links through Google. My goal is to mirror CentOS on RapidShare. "Why you fool there are loads of mirrors?" you might ask; simply for