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 !
I have convert module.symvers into UNIX format, but the result of building remains the same. I don't think that module.symvers can cause such a build error. File module.symvers works fine when I build the kernel. As we can see in threath makefile for simple linux device driver (http://www.niosforum.com/forum/index.php?showtopic=2411) the error with wrong file format has number 127 and not not 139. This is another hint, that the problems of building are not caused by missing UNIX format of files. Bye, Lothar.