From: ANOOP P (anoopp_at_nestec.net)
Date: 2002-08-07 05:05:15 UTC
hi,
pls do the following to correct the error
cd /usr/src/pcmcia-cs-3.1.31/modules
vi Makefile
cut include ../rules.mk (present after - install: install-modules)
paste it after include ../config.mk (on top of the file)
save the file
cd ..
make install
everything will work fine now.
regds
Anoop
Hello,
I have followed the step described under "Systems using external pcmcia-cs
modules". All the steps can successfully be run except "make install". What
I have done is as follows:
1) cp -a driver/* /usr/src/pcmcia-cs-3.1.31 2) make config (under pcmcia-cs-3.1.31) 3) make all (under pcmcia-cs-3.1.31) 4) make install (under pcmcia-cs-3.1.31)
At step (4), I have got the following error message.
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.1.31/man' make[1]: Entering directory `/usr/src/pcmcia-cs-3.1.31/etc' make[2]: Entering directory `/usr/src/pcmcia-cs-3.1.31/etc/cis'cp *.dat /etc/pcmcia/cis
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.1.31/etc' make[1]: Entering directory `/usr/src/pcmcia-cs-3.1.31' make -C modules install-modules MODULES=prism2.o
make[2]: Entering directory `/usr/src/pcmcia-cs-3.1.31/modules' make[2]: *** No rule to make target `install-modules'. Stop. make[2]: Leaving directory `/usr/src/pcmcia-cs-3.1.31/modules' make[1]: *** [install] Error 2 make[1]: Leaving directory `/usr/src/pcmcia-cs-3.1.31'
Could anyone help me?? I have made a certain tries in order to fix this
problem but in vain...
Thank you very much.
LH (from HK)