I am trying to compile a hello world module given over here
I have followed the following step.
- Downloaded Linux kernel 2.6.35-rc5
- extracted to directory /general/source/linux
- Complied the entire kernel.
- created a dir test in the linux folder.
- Created and complied a hello world module as mentioned there.
when I run the insmod command, I get this error
insmod: error inserting 'hello.ko': -1 Invalid module format
How do I sort out this error?
Regards,