Forum Discussion
Altera_Forum
Honored Contributor
20 years agoproblem with modules
I follow http://nioswiki.jot.com/wikihome/operating...duleprogarmming (http://nioswiki.jot.com/wikihome/operatingsystems/moduleprogarmming) but when I type in "modprobe hello" what I get is "modprobe...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by didi+jan 3 2007, 03:01 am--><div class='quotetop'>quote (didi @ jan 3 2007, 03:01 am)</div>
--- quote start ---
<!--quotebegin-repa@Jun 30 2006, 10:36 AM ...
during "make modules_install" i got these, after "install drivers/misc/hello.ko" and right before the end of the make:
if ; then ../user/busybox/examples/depmod.pl -l vmlinux -ae -f system.map -b /root/uclinux-dist-test/romfs/lib/modules -r 2.6.16-uc0; fi
unknown option: ae
unknown option: r --- Quote End --- Hi, Was this issue resolved? I am facing the same problem while following the ModuleProgramming Wiki. (I prefer to dynamically load my modules) Thanks, Didi <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20326)</div> [/b] --- Quote End --- The later uClinux-dist-20060803 and nios2 patches do not have such issue. The wiki was updated. And don't use "make modules_install". Run "make" and "make linux image" .