I'am new on linux and I try to compile this code https://elixir.bootlin.com/linux/v4.0/source/drivers/w1/slaves/w1_ds2433.c (my target is to create a ds2433.ko and if it works a ds28ec20.ko)
When i compile the ds2433.c
I get that :
In file included from /usr/include/kernel.h:8:0, from w1_ds2433.c:8:/usr/include/linux/linkage.h:8:10: fatal error: asm/linkage.h: No such file or directory
The main problem is that I don't know if I need to create the file suppose to be in /asm
or if the code will create them.