<div dir="ltr"><div><div><div><div>Ovidiu, <br><br></div>It work, I was passing a wrong arguments to the make.<br><br></div>Thank you very much<br><br></div>Regards,<br><br></div>Caio Pereira<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-21 12:10 GMT-02:00 Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was cross compiling opensips for several platforms and the fastlock<br>
was disabled by default (regular locks were used instead).<br>
It seems that you are not cross compiling.<br>
You will need to track down in the Makefile how your compiler is<br>
detected and what settings are applied.<br>
<br>
For your reference, here&#39;s the makefile that I used for cross compiling:<br>
<a href="http://svn.nslu2-linux.org/svnroot/optware/trunk/make/opensips.mk" rel="noreferrer" target="_blank">http://svn.nslu2-linux.org/svnroot/optware/trunk/make/opensips.mk</a><br>
<br>
Regards,<br>
Ovidiu Sas<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Oct 21, 2015 at 9:37 AM, Caio &lt;<a href="mailto:caiortp@gmail.com">caiortp@gmail.com</a>&gt; wrote:<br>
&gt; It&#39;s possible to disable fastlock.h  and futex_lock.h in the Makefile.conf?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Caio Pereira<br>
&gt;<br>
&gt; 2015-10-20 18:49 GMT-02:00 Caio &lt;<a href="mailto:caiortp@gmail.com">caiortp@gmail.com</a>&gt;:<br>
&gt;&gt;<br>
&gt;&gt; Ovidiu,<br>
&gt;&gt;<br>
&gt;&gt; My Log<br>
&gt;&gt;<br>
&gt;&gt; echo $CC_EXTRA_OPTS<br>
&gt;&gt; -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon<br>
&gt;&gt; --sysroot=/home/caio/fsl-community-bsp/imx6/tmp/sysroots/imx6&quot;<br>
&gt;&gt;<br>
&gt;&gt; CPU=armv7a<br>
&gt;&gt; LD=arm-poky-linux-gnueabi-ld<br>
&gt;&gt; --sysroot=/home/caio/fsl-community-bsp/imx6/tmp/sysroots/imx6<br>
&gt;&gt;<br>
&gt;&gt; CC=arm-poky-linux-gnueabi-gcc  -march=armv7-a -marm -mthumb-interwork<br>
&gt;&gt; -mfloat-abi=hard -mfpu=neon<br>
&gt;&gt; --sysroot=/home/caio/fsl-community-bsp/imx6/tmp/sysroots/imx6<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; cat Makefile.conf<br>
&gt;&gt;<br>
&gt;&gt; #DEFS+= -DPKG_MALLOC #Uses a faster malloc (exclusive w/ USE_SHM_MEM)<br>
&gt;&gt; DEFS+= -DSHM_MMAP #Use mmap instead of SYSV shared memory<br>
&gt;&gt; DEFS+= -DUSE_MCAST #Compile in support for IP Multicast<br>
&gt;&gt; DEFS+= -DDISABLE_NAGLE #Disabled the TCP NAgle Algorithm ( lower delay )<br>
&gt;&gt; DEFS+= -DSTATISTICS #Enables the statistics manager<br>
&gt;&gt; DEFS+= -DHAVE_RESOLV_RES #Support for changing some of the resolver<br>
&gt;&gt; parameters<br>
&gt;&gt; #DEFS+= -DHP_MALLOC #High performance allocator with fine-grained locking<br>
&gt;&gt; #DEFS+= -DF_MALLOC #An even faster allocator. Not recommended for<br>
&gt;&gt; debugging<br>
&gt;&gt; #DEFS+= -DF_MALLOC_OPTIMIZATIONS #Remove all internal checks in F_MALLOC<br>
&gt;&gt; #DEFS+= -DDBG_QM_MALLOC #Allocator used for debugging information<br>
&gt;&gt; #DEFS+= -DUSE_SHM_MEM #All PKG allocations are mapped to SHM ( exclusive<br>
&gt;&gt; w/ PKG_MALLOC )<br>
&gt;&gt; #DEFS+= -DDBG_F_MALLOC #TODO ?<br>
&gt;&gt; #DEFS+= -DNO_DEBUG #Turns off all debug messages<br>
&gt;&gt; #DEFS+= -DNO_LOG #Completely turns off all the logging<br>
&gt;&gt; #DEFS+= -DVQ_MALLOC #TODO ?<br>
&gt;&gt; #DEFS+= -DFAST_LOCK #Uses fast architecture specific locking<br>
&gt;&gt; #DEFS+= -DUSE_FUTEX #Uses linux futexs with fast architecture specific<br>
&gt;&gt; locking<br>
&gt;&gt; DEFS+= -DUSE_SYSV_SEM #Uses SYSV sems for locking ( slower &amp; limited<br>
&gt;&gt; number of locks<br>
&gt;&gt; #DEFS+= -DUSE_PTHREAD_MUTEX #Uses pthread mutexes<br>
&gt;&gt; #DEFS+= -DBUSY_WAIT #Uses busy waiting on the lock<br>
&gt;&gt; #DEFS+= -DDBG_LOCK #TODO ?<br>
&gt;&gt; DEFS+= -DNOSMP #Do not use SMP sompliant locking. Faster but won&#39;t work on<br>
&gt;&gt; SMP machines<br>
&gt;&gt; #DEFS+= -DEXTRA_DEBUG #Compiles in some extra debugging code<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;  make all<br>
&gt;&gt; Compiling blacklists.c<br>
&gt;&gt; In file included from blacklists.h:30:0,<br>
&gt;&gt;                  from blacklists.c:38:<br>
&gt;&gt; ip_addr.h: In function &#39;sockaddr2ip_addr&#39;:<br>
&gt;&gt; ip_addr.h:224:25: warning: cast increases required alignment of target<br>
&gt;&gt; type [-Wcast-align]<br>
&gt;&gt;     memcpy(ip-&gt;u.addr, &amp;((struct sockaddr_in*)sa)-&gt;sin_addr, 4);<br>
&gt;&gt;                          ^<br>
&gt;&gt; ip_addr.h:229:25: warning: cast increases required alignment of target<br>
&gt;&gt; type [-Wcast-align]<br>
&gt;&gt;     memcpy(ip-&gt;u.addr, &amp;((struct sockaddr_in6*)sa)-&gt;sin6_addr, 16);<br>
&gt;&gt;                          ^<br>
&gt;&gt; In file included from locking.h:66:0,<br>
&gt;&gt;                  from blacklists.h:32,<br>
&gt;&gt;                  from blacklists.c:38:<br>
&gt;&gt; lock_alloc.h: In function &#39;lock_set_alloc&#39;:<br>
&gt;&gt; lock_alloc.h:70:13: warning: cast increases required alignment of target<br>
&gt;&gt; type [-Wcast-align]<br>
&gt;&gt;    ls-&gt;locks=(gen_lock_t*)((char*)ls+sizeof(gen_lock_set_t));<br>
&gt;&gt;              ^<br>
&gt;&gt; {standard input}: Assembler messages:<br>
&gt;&gt; {standard input}:105: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:106: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:208: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:305: Error: bad instruction `btsl $0,[r9]&#39;<br>
&gt;&gt; {standard input}:306: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:390: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:436: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:437: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:480: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:526: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:527: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:555: Error: bad instruction `movb $0,(r2)&#39;<br>
&gt;&gt; {standard input}:619: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:620: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:718: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:3194: Error: bad instruction `btsl $0,[r7]&#39;<br>
&gt;&gt; {standard input}:3195: Error: bad instruction `adcl $0,r6&#39;<br>
&gt;&gt; {standard input}:3249: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:3300: Error: bad instruction `btsl $0,[r7]&#39;<br>
&gt;&gt; {standard input}:3301: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:3340: Error: bad instruction `movb $0,(r0)&#39;<br>
&gt;&gt; {standard input}:3366: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:3367: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:3411: Error: bad instruction `movb $0,(r1)&#39;<br>
&gt;&gt; {standard input}:3497: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:3498: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:3542: Error: bad instruction `movb $0,(r1)&#39;<br>
&gt;&gt; {standard input}:3795: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:3796: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:3839: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:3882: Error: bad instruction `btsl $0,[fp]&#39;<br>
&gt;&gt; {standard input}:3883: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:3981: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:4020: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:4021: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:4081: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:4129: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:4130: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:4381: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:4837: Error: bad instruction `btsl $0,[fp]&#39;<br>
&gt;&gt; {standard input}:4838: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:4951: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:5312: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:5313: Error: bad instruction `adcl $0,r9&#39;<br>
&gt;&gt; {standard input}:5383: Error: bad instruction `btsl $0,[r8]&#39;<br>
&gt;&gt; {standard input}:5384: Error: bad instruction `adcl $0,r5&#39;<br>
&gt;&gt; {standard input}:5471: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:5510: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:5511: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:5557: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:5596: Error: bad instruction `btsl $0,[r9]&#39;<br>
&gt;&gt; {standard input}:5597: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:5628: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:5889: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:5928: Error: bad instruction `btsl $0,[r8]&#39;<br>
&gt;&gt; {standard input}:5929: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:5975: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:6014: Error: bad instruction `btsl $0,[r9]&#39;<br>
&gt;&gt; {standard input}:6015: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:6045: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:6103: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:6104: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:6203: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:6323: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:6324: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:6421: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:6481: Error: bad instruction `btsl $0,[r9]&#39;<br>
&gt;&gt; {standard input}:6482: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:6582: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:7101: Error: bad instruction `btsl $0,[r1]&#39;<br>
&gt;&gt; {standard input}:7102: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:7232: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:7394: Error: bad instruction `btsl $0,[r2]&#39;<br>
&gt;&gt; {standard input}:7395: Error: bad instruction `adcl $0,r1&#39;<br>
&gt;&gt; {standard input}:7527: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:7803: Error: bad instruction `btsl $0,[r6]&#39;<br>
&gt;&gt; {standard input}:7804: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:7912: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:8809: Error: bad instruction `btsl $0,[r4]&#39;<br>
&gt;&gt; {standard input}:8810: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:8852: Error: bad instruction `movb $0,(r1)&#39;<br>
&gt;&gt; {standard input}:8883: Error: bad instruction `btsl $0,[r5]&#39;<br>
&gt;&gt; {standard input}:8884: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:8930: Error: bad instruction `movb $0,(r3)&#39;<br>
&gt;&gt; {standard input}:8980: Error: bad instruction `btsl $0,[r10]&#39;<br>
&gt;&gt; {standard input}:8981: Error: bad instruction `adcl $0,r3&#39;<br>
&gt;&gt; {standard input}:9020: Error: bad instruction `movb $0,(r0)&#39;<br>
&gt;&gt; make: *** [blacklists.o] Error 1<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thank you.<br>
&gt;&gt;<br>
&gt;&gt; Best Regards,<br>
&gt;&gt;<br>
&gt;&gt; Caio Pereira<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2015-10-20 18:28 GMT-02:00 Caio &lt;<a href="mailto:caiortp@gmail.com">caiortp@gmail.com</a>&gt;:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ovidiu Sas,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; In the Makefile.defs there a code to get the ARCH<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   90 ARCH := $(shell $(GETARCH) |sed -e s/i.86/i386/ -e s/sun4u/sparc64/<br>
&gt;&gt;&gt; \<br>
&gt;&gt;&gt;   91                         -e s/armv4l/arm/ -e &quot;s/Power Macintosh/ppc/&quot;<br>
&gt;&gt;&gt; \<br>
&gt;&gt;&gt;   92                         -e s/sun4v/sparc64/ -e &quot;s/cobalt/mips2/&quot; \<br>
&gt;&gt;&gt;   93                         -e s/amd64/x86_64/ )<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I tried export ARCH=armv7 but because of the code, the ARCH will be<br>
&gt;&gt;&gt; always x86-64 (host machine) .<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I added the CFLAGS to the armv7 arch in the Makefile.defs<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  918 ifeq    ($(ARCH), armv7)<br>
&gt;&gt;&gt;  919                 # if gcc<br>
&gt;&gt;&gt;  920 ifeq            ($(CC_NAME), gcc)<br>
&gt;&gt;&gt;  921                                 #common stuff<br>
&gt;&gt;&gt;  922                                  CFLAGS+=-O0 -mfloat-abi=hard<br>
&gt;&gt;&gt; -march=armv7-a -mthumb-interwork -Wcast-align $(PROFILE) \<br>
&gt;&gt;&gt;  923                                 -mfloat-abi=hard -mfpu=neon<br>
&gt;&gt;&gt; -mtune=cortex-a9 -Wall<br>
&gt;&gt;&gt;  924 endif<br>
&gt;&gt;&gt;  925 endif<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Which is the best way to pass the arch parameter to the Makefile?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; (sorry for the typo in the last email).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank you very much.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Caio Pereira<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2015-10-20 17:17 GMT-02:00 Ovidiu Sas &lt;<a href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>&gt;:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The optimizations are done via the compiler flags: CFLAGS.<br>
&gt;&gt;&gt;&gt; You need to replace -09 with -00.<br>
&gt;&gt;&gt;&gt; You need to check if you are using a native compiler or a cross one<br>
&gt;&gt;&gt;&gt; and adjust the proper flags inside Makefile.defs.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt; Ovidiu Sas<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Tue, Oct 20, 2015 at 1:53 PM, Caio &lt;<a href="mailto:caiortp@gmail.com">caiortp@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt; Hello, Oividiu!<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Sorry for the delay, I was on vacation.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; I&#39;m writing a recipe to Yocto.<br>
&gt;&gt;&gt;&gt; &gt; This ARM cpu is new (armv7-a), but I see that is not compatible with<br>
&gt;&gt;&gt;&gt; &gt; opensips&#39;s optimization.<br>
&gt;&gt;&gt;&gt; &gt; I&#39;m new with opensips, I have only  tested in my host machine x86-64.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Do you know with parameters I need to comment in the Makefile.conf to<br>
&gt;&gt;&gt;&gt; &gt; have a<br>
&gt;&gt;&gt;&gt; &gt; basic compilation without any optimization in the opensips?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DPKG_MALLOC #Uses a faster malloc (exclusive w/ USE_SHM_MEM)<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DSHM_MMAP #Use mmap instead of SYSV shared memory<br>
&gt;&gt;&gt;&gt; &gt; DEFS+= -DUSE_MCAST #Compile in support for IP Multicast<br>
&gt;&gt;&gt;&gt; &gt; DEFS+= -DDISABLE_NAGLE #Disabled the TCP NAgle Algorithm ( lower delay<br>
&gt;&gt;&gt;&gt; &gt; )<br>
&gt;&gt;&gt;&gt; &gt; DEFS+= -DSTATISTICS #Enables the statistics manager<br>
&gt;&gt;&gt;&gt; &gt; DEFS+= -DHAVE_RESOLV_RES #Support for changing some of the resolver<br>
&gt;&gt;&gt;&gt; &gt; parameters<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DHP_MALLOC #High performance allocator with fine-grained<br>
&gt;&gt;&gt;&gt; &gt; locking<br>
&gt;&gt;&gt;&gt; &gt; DEFS+= -DF_MALLOC #An even faster allocator. Not recommended for<br>
&gt;&gt;&gt;&gt; &gt; debugging<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DF_MALLOC_OPTIMIZATIONS #Remove all internal checks in<br>
&gt;&gt;&gt;&gt; &gt; F_MALLOC<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DDBG_QM_MALLOC #Allocator used for debugging information<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DUSE_SHM_MEM #All PKG allocations are mapped to SHM (<br>
&gt;&gt;&gt;&gt; &gt; exclusive w/<br>
&gt;&gt;&gt;&gt; &gt; PKG_MALLOC )<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DDBG_F_MALLOC #TODO ?<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DNO_DEBUG #Turns off all debug messages<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DNO_LOG #Completely turns off all the logging<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DVQ_MALLOC #TODO ?<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DFAST_LOCK #Uses fast architecture specific locking<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DUSE_FUTEX #Uses linux futexs with fast architecture specific<br>
&gt;&gt;&gt;&gt; &gt; locking<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DUSE_SYSV_SEM #Uses SYSV sems for locking ( slower &amp; limited<br>
&gt;&gt;&gt;&gt; &gt; number<br>
&gt;&gt;&gt;&gt; &gt; of locks<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DUSE_PTHREAD_MUTEX #Uses pthread mutexes<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DBUSY_WAIT #Uses busy waiting on the lock<br>
&gt;&gt;&gt;&gt; &gt; #DEFS+= -DDBG_LOCK #TODO ?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Thank you!<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Best Regards,<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Caio Pereira<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; 2015-09-23 21:48 GMT-03:00 Ovidiu Sas &lt;<a href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>&gt;:<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Hello Caio,<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Have you managed to cross compile opensips?<br>
&gt;&gt;&gt;&gt; &gt;&gt; The optimizations do not work for older type of arm CPUs.<br>
&gt;&gt;&gt;&gt; &gt;&gt; Did you experienced any issues running opensips on arm?<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt; &gt;&gt; Ovidiu Sas<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; On Thu, Sep 17, 2015 at 2:51 PM, Caio &lt;<a href="mailto:caiortp@gmail.com">caiortp@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Hello,<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; I would like to cross compile the opensips to ARMv7 architecture<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; (Freescale<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; IMX6).<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; I saw that there&#39;s some optimization in assembly to lock functions.<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; There&#39;s some configuration in the Makeconfig.conf options that I<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; need<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; disable or enable to able the opensips run in my target<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; architecutre?<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Thank you very much.<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Best Regards<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; ----------------------------------------------<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Caio Pereira<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Users mailing list<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; --<br>
&gt;&gt;&gt;&gt; &gt;&gt; VoIP Embedded, Inc.<br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.voipembedded.com" rel="noreferrer" target="_blank">http://www.voipembedded.com</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt;&gt; Users mailing list<br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt;&gt; &gt; ----------------------------------------------<br>
&gt;&gt;&gt;&gt; &gt; Caio Pereira<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; Users mailing list<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; VoIP Embedded, Inc.<br>
&gt;&gt;&gt;&gt; <a href="http://www.voipembedded.com" rel="noreferrer" target="_blank">http://www.voipembedded.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; ----------------------------------------------<br>
&gt;&gt;&gt; Caio Pereira<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; ----------------------------------------------<br>
&gt;&gt; Caio Pereira<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ----------------------------------------------<br>
&gt; Caio Pereira<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
VoIP Embedded, Inc.<br>
<a href="http://www.voipembedded.com" rel="noreferrer" target="_blank">http://www.voipembedded.com</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">----------------------------------------------<br>Caio Pereira</div>
</div>