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
CC [M] /home/viplav/backports/backports-3.18-rc1-1/compat/main.o In file included from /home/viplav/backports/backports-3.18-rc1-1/backport-include/linux/kernel.h:9, from include/linux/cache.h:4, from include/linux/time.h:7, from include/linux/stat.h:60, from include/linux/module.h:10, from /home/viplav/backports/backports-3.18-rc1-1/backport-include/linux/module.h:3, from /home/viplav/backports/backports-3.18-rc1-1/compat/main.c:1: /home/viplav/backports/backports-3.18-rc1-1/backport-include/linux/printk.h:5:31: error: linux/printk.h: No such file or directory make[6]: *** [/home/viplav/backports/backports-3.18-rc1-1/compat/main.o] Error 1 make[5]: *** [/home/viplav/backports/backports-3.18-rc1-1/compat] Error 2 make[4]: *** [_module_/home/viplav/backports/backports-3.18-rc1-1] Error 2 make[3]: *** [modules] Error 2 make[2]: *** [modules] Error 2 make[1]: *** [modules] Error 2 make: *** [default] Error 2