PDA

View Full Version : insmod radeon.o : unresolved symbol prefetch


slade007
03-28-2003, 04:58 PM
came up with this error.
got it both from a CVS dl of the DRI trunk
and the main XFree86 trunk.

made it with 'make CFLAGS="-march=pentium4 -mfpmath=sse" -f Makefile.linux' in the drm/kernel directory.

currently on a 2.4.21-pre6 kernel
with the acpi-2.4.21-pre4 patch
and the latest preemptible kernel patch.


any ideas?

slade007
03-29-2003, 04:38 PM
btw, the error stated above comes with
CFLAGS options
:

make CFLAGS="-march=pentium4 -mfpmath=sse" -f Makefile.linux.


i tried to compile the drm modules
without the options for cflags and it loaded,

for some reason those options made some module unresolved sysbols.
dont understand it.

any ideas?

laclasse
03-30-2003, 08:48 AM
In The kernel compilation, you should enable in the second section "Loadable modules Support", enable the Set version information on all modules symbols.

Then try again.
Hope that help.s