https://github.com/raspberrypi/linux
git reset --hard 43f497a2035f3d4a2f766d20827c68e0437cdd58 use https://github.com/raspberrypi/linux/blob/rpi-3.18.y/arch/arm/configs/bcm2709_defconfig $ export PATH=$PATH:~/raspberrypi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin $ export CCPI=arm-linux-gnueabihf- $ KERNEL=kernel7 $ mkdir build $ make mrproper $ make ARCH=arm O=build CROSS_COMPILE=$CCPI bcm2709_defconfig $ make ARCH=arm O=build CROSS_COMPILE=$CCPI menuconfig enabled ipipe make -j 5 ARCH=arm O=build CROSS_COMPILE=$CCPI get this error CC arch/arm/mm/iomap.o ../arch/arm/kernel/smp.c: In function ‘ipi_timer’: ../arch/arm/kernel/smp.c:545:2: error: implicit declaration of function ‘__ipipe_mach_update_tsc’ [-Werror=implicit-function-declaration] __ipipe_mach_update_tsc(); ^ cc1: some warnings being treated as errors ../scripts/Makefile.build:257: recipe for target 'arch/arm/kernel/smp.o' failed make[2]: *** [arch/arm/kernel/smp.o] Error 1 _______________________________________________ Xenomai mailing list [email protected] http://xenomai.org/mailman/listinfo/xenomai
