Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLittle Driver Module
Hello! I want to compile this little programm: #include <linux/module.h># include <linux/kernel.h># include <linux/init.h>
static int __init hello_init(void)
{
printk("---------...
Altera_Forum
Honored Contributor
20 years agoHi all!
It works:-) After a new building of the kernel I tried to build the driver. The error message was switching from error 127 to 139. Therefore I converted module.symvers into UNIX format. I started the build again and it has produced a .ko file without any error. Thank you for helping, Lothar.