MHonArc test archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pb to build FORE driver



Bonjour,

On a PC PPro200/linux 2.0.30, I try to build the FORE driver 
(http://wolff.ces.cwru.edu/~cdl3/latm/pca_200e-02.tar)
and I get this error:
     
/usr/src# tar xvf pca_200e-0.2.tar
/usr/src# cd pca_200e
/usr/src/pca_200e# mv /home/gueniche/pca200e.bin .
/usr/src/pca_200e# vi Makefile
#INCLUDEPATH = /home/ud3/src/linux/include
INCLUDEPATH = ../linux/include
/usr/src/pca_200e# make clean
Makefile:44: pcadump.d: No such file or directory
Makefile:44: build_firmware.d: No such file or directory
Makefile:44: pca200e.d: No such file or directory
./bf pca200e.bin > pca200e_firmw.h
/bin/sh: ./bf: No such file or directory
make: *** [pca200e_firmw.h] Error 126
 
/usr/src/pca_200e#  make all
Makefile:44: pcadump.d: No such file or directory
Makefile:44: build_firmware.d: No such file or directory
Makefile:44: pca200e.d: No such file or directory
building dependencies for pca200e.c
building dependencies for build_firmware.c
building dependencies for pcadump.c
gcc -c -Wall -Wmissing-prototypes -O2 -I../linux/include build_firmware.c
gcc  -o bf build_firmware.o
gcc -c -Wall -Wmissing-prototypes -O2 -I../linux/include pcadump.c
gcc  -o pcadump pcadump.o
gcc -Wall -DMODULE -D__KERNEL__ -O2 -I../linux/include -o pca200e.o -c pca200e.c
 
pca200e.c:37: `PCA200E_FIRMWARE' undeclared here (not in a function)
make: *** [pca200e.o] Error 1
 
Please do you know that is wrong?

(pca200e_firmw.h is empty and under ../linux/include/*/*.h here is no 
declaration for "PCA200E_FIRMWARE")

many thanks for your help,
cordialy,
gueniche


Home | Main Index | Thread Index