--- Quote Start ---
originally posted by wgoossens@Jun 29 2006, 11:51 AM
modules.dep is the module dependency file. it only exists if you created module dependencies. if you build your module outside of the kernel tree your module won't be included.
the good news: you can load your module with the insmod command.
in the directory where your module is type: insmod hello.ko and you'll be flying!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16516)
--- quote end ---
--- Quote End ---
So the commands in the instructioncs don't make the dependencies? After "make menuconfig" it says I have to run "make dep" next, but when I do, it says that it's unnecessary now.
Another problem: I can't find the module in uClinux, for some reason. What's the default location for it, if I've followed the instructions?