search for: k6opt

Displaying 4 results from an estimated 4 matches for "k6opt".

2006 May 25
2
Compilation issues with s390
Hi all, I'm trying to compile asterisk on the mainframe (s390 / s390x) and I am running into issues. I was wondering if somebody could give a hand? I'm thinking that I should be able to do this. I have noticed that Debian even has binary RPM's out for Asterisk now. I'm trying to do this on SuSE SLES8 (with the 2.4 kernel). What I see is, an issue that arch=s390 isn't
2014 Mar 03
3
gsm codec compile
...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 ? Here are the lines in the Makefile - ifeq (, $(findstring $(OSARCH) , Darwin SunOS )) ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasp...
2003 Jun 03
2
Asterisk Works on Linux on Sparc
...Sparc II CPU, 256 MB RAM, Two 9 GB 10,000 RPM UltraSCSI Disks. I have a gatekeeper running on this machine, I had to do the following modification to build * on Sparc: 1. Modify Makefiles and replace all instances of "-march=*" with "-mv8" 2. Comment out lines containing "k6opt" from asterisk/codecs/gsm/Makefile. 3. Copy libgsm.a to /lib 4. ln -s $ASTERISK_HOME_DIR/include/asterisk /usr/include/asterisk Not everything works on linux on Sparc ... You will have to specify "noload codec_mp3_d.so" in modules.conf chan_h323.so will not load too. It gives unde...
2005 Sep 12
1
optimizing for via C3
...P: CFLGAS @DPATCH@ diff -urNad asterisk-1.0.9.dfsg.1/Makefile /tmp/dpep.gRvJc9/asterisk-1.0.9.dfsg. 1/Makefile --- asterisk-1.0.9.dfsg.1/Makefile 2005-09-12 16:00:12.071877432 +0300 +++ /tmp/dpep.gRvJc9/asterisk-1.0.9.dfsg.1/Makefile 2005-09-12 16:09:01.936325792 +0300 @@ -27,7 +27,8 @@ #K6OPT = -DK6OPT #Tell gcc to optimize the asterisk's code -OPTIMIZE+=-O2 +OPTIMIZE:=-march=c3 +OPTIMIZE+=-O2 #Include debug symbols in the executables (-g) and profiling info (-pg) DEBUG=-g #-pg @@ -91,7 +92,7 @@ AGI_DIR=$(ASTVARLIBDIR)/agi-bin INCLUDE=-Iinclude -I../include -CFLAGS=-pipe -...