youtian001 发表于 2005-7-8 12:20:19

装一个驱动时候出现的问题!!!

# ./loadRMFmodule
make is /usr/bin/make
gcc is /usr/bin/gcc
ld is /usr/bin/ld
insmod is /sbin/insmod
rmmod is /sbin/rmmod
mknod is /bin/mknod
uname is /bin/uname
wc is /usr/bin/wc
awk is /bin/awk
rm is aliased to `rm -i'
chmod is /bin/chmod
killall is /usr/bin/killall
Found needed tools

Cleaning previous devices
Kernel 2.4.22-1.2115.nptl >= 2.4.0
Compiling realmagichwl_kernelland.o
                                                            
You appear to be compiling the REALmagic kernel module with
a compiler different from the one that was used to compile
the running kernel.
current gcc version :3.3.2
kernelgcc version :3.2.3
*** Failed gcc sanity check. ***
make: *** Error 255
insmod: realmagichwl_kernelland.o: No such file or directory

--- log begins
--- log ends

请问是不是把gcc装3.2.3版本得就可以解决了??
谢谢!
急!!!!!!!!!!!!!!!
页: [1]
查看完整版本: 装一个驱动时候出现的问题!!!