I'm facing some problem while inserting a new driver module. Getting the following error on module insertion: "Unresolved Symbol Prefetch". The header file "prefetch.h" has been included but still getting the same error. I'm using the kernel version - 2.4.20. Can anyone help me out, pls.
Help pls
While compiling my new driver program there was no problem. But, when i use "insmod", the problem "Unresolved Symbol Prefetch" is coming. Anybody pleas give me an idea to solve this problem.
Make sure u specified -O2 in
Make sure u specified -O2 in build line
- Kiran
Thanks Kiran!
I too have been trying to figure out this unresolved error for prefetch symbols. Your -O2 suggestion worked like a champ. Thanks man!
Rich