- 论坛徽章:
- 0
|
一块Intel MD 563X 猫(PCI 内置)
系统: Thiz Linux 版本号: 2.4.18-12Thiz
从Intel网站上下载的驱动程序, 编译通过.
安装在指定位置.
然后, 运行 insmod –f hamcore.o
出现如下信息:
hamcore.o : init_module : cannot allocate memory
Hint: insmod errors can be caused by incorrect modules parameters including invalid IO or IRQ parameters.
继续运行: insmod –f ham.o
出现如下信息:
ham.o : unresolved symbol UART_dte_from_char
ham.o : unresolved symbol UART_dce_flush
ham.o : unresolved symbol dspdrv_CommRamISR
……….
不知是怎么会事?
驱动程序要求gcc- 3.2 编译
现在我的机器上装的是gcc-2.96-112Thiz
不知会不会有影响? |
|