I can suggest to add -DNOSMP, looks like your MIPS without SMP support,
hence no lock memory bariers there.
2013/9/12 Ovidiu Sas
> Please open a bug report about it.
> And please check that your cross compilation is sane (no includes from
> your local build system).
>
> Regards,
> Ovidiu Sas
>
Please open a bug report about it.
And please check that your cross compilation is sane (no includes from
your local build system).
Regards,
Ovidiu Sas
On Thu, Sep 12, 2013 at 10:10 AM, Tirant Lo Blanc
wrote:
>
>
> I managed to fix it by adding:
>
> #include
> to sipcapture.c and socket_info.c
I managed to fix it by adding:
#include
to sipcapture.c and socket_info.c
Thanks to all anyway
Hi,
I've been exploring the possibility to port Kamailio 3.3 (SER) to some MIPS
boards. I didn't have any problem with the first one, with a GCC 4.3.4
toolchain. B
Hi,
I've been exploring the possibility to port Kamailio 3.3 (SER) to some MIPS
boards. I didn't have any problem with the first one, with a GCC 4.3.4
toolchain. But on my second board (gcc 3.4.2) I am having problems when
compiling. Are there any requirements for gcc/binutils/kernel versions?