안녕하십니까., 전에도 질문 올렸는데,,아직 해결이 안되어 다시 질문 드립니다.
현재 EZ-S3C2440 보드에서 GPIO 테스트 따라하기 실험중입니다. 

개발 환경은
타겟보드: ez-s3c2440
os : centos 4.7 / 5.2  두대의 pc에서 동시 진행
커널: linux-2.6.21(동봉 cd)
크로스컴파일러:arm-toolchain-3.4.3( 동봉 cd)

이런환경에서 make 시에 mipsel-linux-gcc 명령을 찾지 못한다는 오류가 나온다는것이 문제가 있어보이는데요,,
다른 pc에다가 설치해서 실행하여도 문제 해결이 되지 않고있습니다.
Hellow 문자 출력 실험은 타겟과 호스트에서 컴파일 이상없습니다.
도움부탁 드립니다... 감사합니다.

[root@localhost dev-gpio]# make
make -C /home/alsmith/gpio/linux-2.6.21 SUBDIRS=/home/alsmith/gpio/prjs/dev-gpio modules
make[1]: mipsel-linux-gcc: 명령을 찾지 못했음
make[1]: Entering directory `/home/alsmith/gpio/linux-2.6.21'

  ERROR: Kernel configuration is invalid.
         include/linux/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

make[1]: *** [include/config/auto.conf] 오류 1
make[1]: Leaving directory `/home/alsmith/gpio/linux-2.6.21'
make: *** [default] 오류2
[root@localhost dev-gpio]#