리눅스 설치할때 최소 설치하니까.. 안깔린게 많습니다. ㅠ_ㅠ
gpio 디바이스 드라이버 예제 하는데요..
gccmakedep 가 없어서.. 에러가 나는거 같아요..
gccmakedep는 어떻게 설치해야 하나요.. 알켜주세요.. ^^:

[root@localhost gpio]# make dep
for i in app device ; do make -C $i dep; done
make[1]: 들어감 `/ez/sw/gpio/app' 디렉토리
gccmakedep -I. -I/usr/arm-linux/include -I../include test.c
make[1]: gccmakedep: 명령을 찾지 못했음
make[1]: *** [dep] 오류 127
make[1]: 나감 `/ez/sw/gpio/app' 디렉토리
make[1]: 들어감 `/ez/sw/gpio/device' 디렉토리
gccmakedep -I/ez/sw/kernel/linux/include -I./ -I../include gpio.c
make[1]: gccmakedep: 명령을 찾지 못했음
make[1]: *** [dep] 오류 127
make[1]: 나감 `/ez/sw/gpio/device' 디렉토리
make: *** [dep] 오류 2