Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Tirant Lo Blanc
I managed to fix it by adding: #include linux/types.h 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

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread 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 tirantloblan...@yahoo.es wrote: I managed to fix it by adding: #include linux/types.h to

Re: [SR-Users] Cross-Compilation Problems for mips (gcc 3.4.2)

2013-09-12 Thread Konstantin M.
I can suggest to add -DNOSMP, looks like your MIPS without SMP support, hence no lock memory bariers there. 2013/9/12 Ovidiu Sas o...@voipembedded.com Please open a bug report about it. And please check that your cross compilation is sane (no includes from your local build system).