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
I have the same problems. Have a look at the previous thread. Hope this helps makefile for simple linux device driver (http://www.niosforum.com/forum/index.php?showtopic=2411) Rual