From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from hauke-m.de ([5.39.93.123]:42787 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755038AbaJ1Il4 (ORCPT ); Tue, 28 Oct 2014 04:41:56 -0400 Message-ID: <544F56D1.6040603@hauke-m.de> (sfid-20141028_094200_114372_AC91273E) Date: Tue, 28 Oct 2014 09:41:53 +0100 From: Hauke Mehrtens MIME-Version: 1.0 To: "Paramahamsa, Viplav" , "backports@vger.kernel.org" CC: "Raikar, Yatish" Subject: Re: Backports - v3.18-rc1 build problems References: <65B68BAF3C31D54B9A10B0592C9E025B9050D73C@CHWPIEXC10.SATS.CORP> In-Reply-To: <65B68BAF3C31D54B9A10B0592C9E025B9050D73C@CHWPIEXC10.SATS.CORP> Content-Type: text/plain; charset=windows-1252 Sender: backports-owner@vger.kernel.org List-ID: On 10/27/2014 02:39 PM, Paramahamsa, Viplav wrote: > Hi All, > I am facing build problems with latest release of backports - v3.18-rc1. > > I am trying to cross compile with Freescale's LTIB. These are the details of the platform on which I am trying to build: > Linux kernel version : 2.6.35 > ARCH : ARM > Freescale BSP : L2.6.35_1.1.0_130130 > > This is the build command I am using : make CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi- ARCH=arm KLIB= ${TOP}/rootfs/lib/modules/2.6.35.3-571-gcca29a0/ KLIB_BUILD= ${TOP}/rpm/BUILD/linux/ > > PFA file which has compilation errors I am getting. > I tried fixing these. But I was getting more errors in compat-3.x.x.c file compilation. > > I am able to successfully compile an older version of backports - 3.10.17. > > Please suggest how can I fix these errors. Is there any patch I need to apply to get rid of these? If yes, can you please provide the link for the same. > > Regards, > Viplav > Hi Viplav, starting with backports-3.15 we only support kernel versions >= 3.0. For kernel 3.6.35 you should try bcackports-3.14.22-1. Hauke