Floating point exception
hello
i have written sample driver
i compiled with gcc 3.2.3
kernel : linux-2.4.22
hardware: i686(p4, 2.8 ghz with HT )
gcc -c -O3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer mydriver.o -isystem /lib/modules/
2.4.22/build/include -DLINUX
it compiled with out any error
i was able insmod mydriver.o
but when tried using strip command
strip -s mydriver.o
insmod mydriver.o
Floating point exception
it is giving this error , why is it
thanks in advance
|