|
|
发表于 2003-11-17 13:17:34
|
显示全部楼层
还是编译错误啊!我的gcc是3.3.1,你的是多少呢?
[root:/src/hardware/hsf]# cat /tmp/hsfconfig-buildlog.txt
rm -f *.o *.a
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
rm -f *.o *.a
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
* compiling (gcc) mod_osspec.c
In file included from mod_osspec.c:51:
../modules/osspec/include/oscompat.h:274:5: missing terminating " character
../modules/osspec/include/oscompat.h:320:1: missing terminating " character
make: *** [mod_osspec.o] 错误 1
[root:/src/hardware/hsf]# |
|