Hello,
I am not able to combile the kernel module.
Can someone help me with this?
@administrators This should really be directly within the repo.
If I use the xCompile.sh with modified includes to get some required files (module.h and others) I will end up with
INCLUDE_LINES="-I $TOOLCHAIN_USR_INCLUDE -I $TOOLCHAIN_INCLUDE -I $TARGET_USR_INCLUDE -I $TARGET_INCLUDE -I /home/onion/onion_source/build_dir/toolchain-mipsel_24kc_gcc-5.5.0_musl/linux-4.9.67/include/ -I /home/onion/onion_source/build_dir/toolchain-mipsel_24kc_gcc-5.5.0_musl/linux-4.9.67/arch/mips/include -I /home/onion/onion_source/build_dir/toolchain-mipsel_24kc_gcc-5.5.0_musl/linux-4.9.67/arch/mips/include/asm/mach-generic/ -I /home/onion/onion_source/build_dir/toolchain-mipsel_24kc_gcc-5.5.0_musl/linux-4.9.67/arch/mips/include/generated -I /home/onion/onion_source/build_dir/target-mipsel_24kc_musl/linux-ramips_mt76x8/linux-4.9.67/include"
Which still make lots of warnings and result end in missing file
fatal error: asm/rwsem.h: No such file or directory
which i can not find with a suitable mips include.
best regards,
Christian