I want to get Xenomai working on my Raspberry. Unfortunately I am not very familiar with compiling kernels.
I am using this documentation to get it work: https://code.google.com/p/picnc/wiki/RPiXenomaiKernel
Actually I got some problems, with this row:
> make ARCH=arm O=build
> CROSS_COMPILE=/../home/pi/cross_compiler/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-
> /../home/pi/cross_compiler/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc:
> 1:
> /../home/pi/cross_compiler/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc:
> Syntax error: word unexpected (expecting ")") Using
> /home/pi/linux-rpi-3.8.y as source for kernel CHK
> include/generated/uapi/linux/version.h CHK
> include/generated/utsrelease.h make[2]:
> 'include/generated/mach-types.h' is up to date. CC
> kernel/bounds.s
> /../home/pi/cross_compiler/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc:
> 1:
> /../home/pi/cross_compiler/tools-master/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-gcc:
> Syntax error: word unexpected (expecting ")")
> /home/pi/linux-rpi-3.8.y/./Kbuild:35: recipe for target
> 'kernel/bounds.s' failed make[2]: *** [kernel/bounds.s] Error 2
> /home/pi/linux-rpi-3.8.y/Makefile:831: recipe for target 'prepare0'
> failed make[1]: *** [prepare0] Error 2 Makefile:130: recipe for target
> 'sub-make' failed make: *** [sub-make] Error 2
I hope somebody could at least explain me what should be the problem with that.
Thank you.