|
errors when trying to compile hsf modem driver
PLEESE help a frustrated newbie
when I run hsfconfig I am assaulted by the following:
../modules/kernelcompiler.sh: unable to find compiler matching /proc/version:
../modules/kernelcompiler.sh: gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)
../modules/kernelcompiler.sh: set CC variable manually in modules/common.mak
rm -f *.o *.a
../../modules/kernelcompiler.sh: unable to find compiler matching /proc/version:
../../modules/kernelcompiler.sh: gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)
../../modules/kernelcompiler.sh: set CC variable manually in modules/common.mak
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
rm -f *.o *.a
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
* compiling () mod_osspec.c
make: I../imported/include: Command not found
make: [mod_osspec.o] Error 127 (ignored)
make -C osspec all
* compiling () osmemory.c
/bin/sh: line 1: I../../imported/include: No such file or directory
make[1]: [osmemory.o] Error 127 (ignored)
****a bunch of similar lines*****
ar cr libosspec.a osmemory.o osstring.o osdebug.o osfloat.o osstdio.o osmodule.o osnvm.o ostime.o linuxres.o
ar: osmemory.o: No such file or directory
make[1]: *** [libosspec.a] Error 1
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
make: *** [osspec] Error 2
any advice greatly appreciated.
my kernel is 2.4.22-1.2115.nptl
gcc is version 3.2.3
Last edited by cornfed; 05-02-2004 at 07:15 AM.
|