The error i get is the following:
make[1]: *** No rule to make target
'/usr/src/linux/include/linux/ext_fs_i.h', needed by 'i82365.o'. Stop.
The ext_fs_i.h file does not exist in this directory, I only see
ext2_fs_i.h.
Any suggestions as to why this is happening?
Vijaykumar Krishnaswamy wrote:
>
> i found this on the pcmcia web page
>
> do the following
>
> Inside pcmcia's Configure script, find the lines
>
> #ifndef _PCMCIA_CONFIG_H
> #define _PCMCIA_CONFIG_H
>
> and add
>
> #include <linux/autoconf.h>
>
> right after the #define _PCMCIA_CONFIG_H line.
>
> Inside clients/Makefile, find
>
> 8390.o: $(LINUX)/drivers/net/8390.c ../include/linux/config.h
> $(CC) -c $(XFLAGS) -DMODULE $<
>
> and change that to
>
> 8390.o: $(LINUX)/drivers/net/8390.c ../include/linux/config.h
> $(CC) -c $(XFLAGS) -DMODULE -DEXPORT_SYMTAB $<
>
> Then reconfigure pcmcia-cs and make...
>
> i exactly followed this and was able to compile the package after the
> changes.
>
> good luck,
> vijay
> _ _,-. __ _,-._ _,-._,-._/|
> ._,-' \_,-._/ [_,-:_ _,-._> `-^-._,-' <_,-._/`-^-._,-' |
> | Vijaykumar Krishnaswamy, Phone : (404) 607 0773(H) |
> | Ph.D. Student Phone : (404) 894 6169(O) |
> | Georgia Tech, . Email : [EMAIL PROTECTED] |
> | College of Computing |\ Logged onto : skye.cc.gatech.edu |
> !_,-._,-^-._,--._/`:_,-' \__,-._/`-^-^-._/\_,-'\__,-^-._/`-._/\_,-'-._|
>
> ---
> http://nts.ml.org
> FAQ: http://www.ps.uci.edu/~tomba/inspiron/
> http://nts.ml.org/inspiron/
> List Archives: http://nts.ml.org/inspiron/maillist.html
> To unsubscribe send a message to: [EMAIL PROTECTED]
> List administrator: [EMAIL PROTECTED]
---
http://nts.ml.org
FAQ: http://www.ps.uci.edu/~tomba/inspiron/
http://nts.ml.org/inspiron/
List Archives: http://nts.ml.org/inspiron/maillist.html
To unsubscribe send a message to: [EMAIL PROTECTED]
List administrator: [EMAIL PROTECTED]