Unresolved Symbol Prefetch

Submitted by pats
on November 28, 2004 - 5:57am

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

Anonymous
on
December 10, 2004 - 5:15am

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

KiranDalvi
on
January 3, 2005 - 5:49am

Make sure u specified -O2 in build line
- Kiran

Thanks Kiran!

Anonymous (not verified)
on
March 30, 2006 - 9:21am

I too have been trying to figure out this unresolved error for prefetch symbols. Your -O2 suggestion worked like a champ. Thanks man!

Rich

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.