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 ago --- Quote Start --- originally posted by liuxiaoping@Mar 25 2007, 09:57 PM i want to know where i can find the hello module after the image is download into the de2.is it in the dir of /bin? but i can not find it.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22486)
--- quote end ---
--- Quote End --- All kernel modules will be in the /lib/modules/ <kernel version> tree. Don't mix up kernel modules with user apps.