|
发表于 2003-6-30 09:30:31
|
显示全部楼层
[root@localhost EssModemforLinux]# insmod esscom
Using /lib/modules/2.4.20-8/esscom.o
/lib/modules/2.4.20-8/esscom.o: The module you are trying to load (/lib/modules/2.4.20-8/esscom.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
上面显示是gcc的版本不对,可能是用gcc 2.x吧。
用下面的命令查看一下gcc的版本。
#gcc -v |
|