tzafrir.cohen at xorco... Guest
|
Posted: Sun Mar 23, 2014 1:18 pm Post subject: [asterisk-users] gsm codec compile |
|
|
On Mon, Mar 03, 2014 at 11:13:52AM -0800, Doug wrote:
Quote: | I was successful in compiling asterisk in raspbien except for the following error If I enable the gsm codec. It appears there is something in the Makefile n this directory that needs to be changed. Probably involving optimization. Not sure why it does not recognize the processor since it is one that is mentioned in the Makefile. Any help would be appreciated.
make[2]: Entering directory `/usr/src/asterisk/codecs/gsm'
[AS] src/k6opt.s -> src/k6opt.o
Assembler messages:
Error: unknown architecture `armv6l'
Error: unrecognized option -march=armv6l
make[2]: *** [src/k6opt.o] Error 1
|
For the sake of the archives: Just use the system libgsm (make sure you
have libgsm-dev installed). No point in using the bundled version.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|