Hello,
I am using kernel 2.6.18 on dm6446. When I looked the logs in "/var/log/messages" , I see a error message : " modprobe: FATAL: Could not load /lib/modules/2.6.18_pro500-davinci_evm-arm_v5t_le/modules.dep: No such file or directory ". So I tried to compile the module with :
make ARCH=arm CROSS_COMPILE=arm_v5t_le- modules
make ARCH=arm CROSS_COMPILE=arm_v5t_le- INSTALL_MOD_PATH=/home/workdir/filesys modules_install
however, still in " 2.6.18_pro500-davinci_evm-arm_v5t_le/" directory that is created after compilation, there is not a file named "modules.dep". How can I compile the modules truely and get rid of this annoying FATAL message.
Regards,
Volkan.