hi guys,
i tried to run make command on sysplay network drivers code samples with my linux kernel versioned 3.17.4. Got a compilation error,
fatal error: asm/bitsperlong.h: No such file or directory
this error i fixed by manually copying bitsperlong.h from arm-generic to arm folder, i.e. from /usr/src/linux/include/asm-generic to #{LINUX_SRC}/include/asm
but then, this error gets repeated for other header files as,
fatal error: asm/preempt.h: No such file or directory
fatal error: asm/current.h: No such file or directory
fatal error: asm/errno.h: No such file or directory
am i missing any makefile configuration (or) is linux kernel 3.17+ not the right version to go with sysplay examples?
thanks,
saravana