Re: [SR-Users] Compiling on a 2.4 kernel

2011-10-06 Thread Daniel-Constantin Mierla
Hello, On 10/5/11 11:30 AM, Pedro Antonio Vico Solano wrote: Hello Daniel, I've managed to compile it!. You are right, we are doing a cross-compilation. The problem was that "make" took the OS version of the host (=2.6.18) and then it used Futex library. I've forced the detection of the tar

Re: [SR-Users] Compiling on a 2.4 kernel

2011-10-05 Thread Pedro Antonio Vico Solano
ppc ARCH=ppc OSREL_N=2004025 CC= Thanks a lot. BR Pedro De:        Daniel-Constantin Mierla Para:        "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List" cc:        Pedro Antonio Vico Solano Fecha:        04/10/2011 19:55 Asunto:        Re: [SR-Us

Re: [SR-Users] Compiling on a 2.4 kernel

2011-10-04 Thread Daniel-Constantin Mierla
Hello, it should compile on 2.4. But from what you wrote, I understand that you try to do cross compile in a host with 2.6 kernel for a 2.4 kernel? Can you send the output of: make Q=0 all Can you try compiling on a system with kernel 2.4 directly? Cheers, Daniel On 10/4/11 4:31 PM, Pedro

[SR-Users] Compiling on a 2.4 kernel

2011-10-04 Thread Pedro Antonio Vico Solano
Hello everyone, We are trying to compile sip-router 3.1.2 for a ppc target architecture. Its kernel is a 2.4.25 one. Some kernel libraries are missing when compiling (for example futex.h), but they are on the host 2.6 kernel. Is this kernel version supported? Which is the latest version of SIP-R