== make dep 을 한후의 결과입니다.

rm -f include/asm-arm/arch include/asm-arm/proc
(cd include/asm-arm; ln -sf arch-sa1100 arch; ln -sf proc-armv proc)
make[1]: 들어감 `/ez/sw/kernel/linux/arch/arm/tools' 디렉토리
/ez/sw/kernel/linux/scripts/mkdep -D__KERNEL__ -
I/ez/sw/kernel/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -
Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -
march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float --
getconstants.c |
sed s,getconstants.o,constants.h, > .depend
make all
make[2]: 들어감 `/ez/sw/kernel/linux/arch/arm/tools' 디렉토리
arm-linux-gcc -D__KERNEL__ -I/ez/sw/kernel/linux/include -Wall -Wstrict-
prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -
fno-common -pipe -mapcs-32 -march=armv4 -mtune=strongarm1100 -mshort-
load-bytes -msoft-float -S -o constants.h.tmp.1 getconstants.c
make[2]: arm-linux-gcc: 명령을 찾지 못했음
make[2]: *** [constants.h] 오류 127
make[2]: 나감 `/ez/sw/kernel/linux/arch/arm/tools' 디렉토리
make[1]: *** [dep] 오류 2
make[1]: 나감 `/ez/sw/kernel/linux/arch/arm/tools' 디렉토리
make: *** [archdep] 오류 2

-------------------

ez-board를 구입해서 환경 설정시에 위와 같은 에러가 났습니다. 이지 보드 패
치와 make ezboard_config와 make oldconfig를 성공했는데...

make dep시에 위와 같은 에러가 났습니다.

리눅스도 초보고 해서 에러를 잡을 수가 없네요.

리눅스는 래드헷 9.0을 사용하고 있구요. 다른건 다 ez-board CD에 있는거를

깔았습니다. 답변 부탁드립니다.