Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHello world build error!
Hi all, When build the hello_world.c, I encount a error, Is any one can help me out? the hello_world.c as follows: #include <linux/init.h># include <linux/module.h># include <linux/kerne...
Altera_Forum
Honored Contributor
19 years agoMake sure you have the hello.c in linux-2.6.x/drivers/misc, and you have updated Kconfig an Makefile in that dir.
After "make" and "make linux images", in the uClinux-dist dir, please check if you have the hello.ko "tree linux-2.6.x/drivers/misc" "tree romfs/lib" Or you may check some other drivers or fs as modules, and find the modules of them.