안녕하세요..///~~
계속 여기에 글만 올리는 것같네요..~~~
저희가 ez-x5-pi-pcmcia보드 를 사용 하는데요..//
ppp를 사용하여서..///~~
AP를 만들어 보고 싶어서 열심히 공부중입니다..//ㅜㅜ
그런데...램디스크로 올리려구../// 크로스 컴파일 하는데 자꾸 에러가발생해
서요...ㅜㅜ;; 도와 주세요///ㅜㅜ

---------->> 스크립트 생성
#!/bin/sh
2 export PATH=$PATH:/usr/bin
3 export CC=armv5l-linux-gcc
4 export LD=armv5l-linux-ld
5 export AR=armv5l-linux-ar
6 export NM=armv5l-linux-nm
7 export RANLIB=armv5l-linux-ranlib
8 export STRIP=armv5l-linux-strip
9
10 ./configure
11 make

---------------->> 실행
[Mon Aug 30 02:53:37 Blue /azdown/ppp-2.4.2]#./ip
Configuring for Linux
Creating links to Makefiles.
Makefile -> linux/Makefile.top
linux/Makedefs -> Makedefs.com
pppd/Makefile -> Makefile.linux
pppstats/Makefile -> Makefile.linux
chat/Makefile -> Makefile.linux
pppdump/Makefile -> Makefile.linux
pppd/plugins/Makefile -> Makefile.linux
pppd/plugins/rp-pppoe/Makefile -> Makefile.linux
pppd/plugins/radius/Makefile -> Makefile.linux
cd chat; make all
make[1]: Entering directory `/ztest/z3/ppp-2.4.2/chat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/ztest/z3/ppp-2.4.2/chat'
cd pppd/plugins; make all
make[1]: Entering directory `/ztest/z3/ppp-2.4.2/pppd/plugins'
for d in rp-pppoe; do make -w -C $d all; done
make[2]: Entering directory `/ztest/z3/ppp-2.4.2/pppd/plugins/rp-pppoe'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/ztest/z3/ppp-2.4.2/pppd/plugins/rp-pppoe'
make[1]: Leaving directory `/ztest/z3/ppp-2.4.2/pppd/plugins'
cd pppd; make all
make[1]: Entering directory `/ztest/z3/ppp-2.4.2/pppd'
armv5l-linux-gcc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -
DHAVE_MMAP -I../include -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -
DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -
DPPP_FILTER -I/usr/include/pcap -DMAXOCTETS -c -o options.o options.c
options.c:58:18: pcap.h: No such file or directory
In file included from options.c:59:
../include/pcap-int.h:39:18: pcap.h: No such file or directory
In file included from options.c:59:
../include/pcap-int.h:53: field `stat' has incomplete type
../include/pcap-int.h:66: confused by earlier errors, bailing out
make[1]: *** [options.o] Error 1
make[1]: Leaving directory `/ztest/z3/ppp-2.4.2/pppd'
make: *** [all] Error 2
[Mon Aug 30 02:53:40 Blue /azdown/ppp-2.4.2]#

----------------------------------================
도와 주세요.../// 크로스 컴파일만 되면 될것 같은데.....
꼭 답장 바랄께요..//