아래..미나님 답변 감사합니다.
patch를 설치하니까 되는군요......
제가 워낙 왕초보라....^^

또하나 질문이 있는데요..
GCC3.2지원 툴체인 소스패키지 크로스 컴파일 환경 구성하기를 따라하고있는데
GDB 패키지 설치나 Binutils 패키지 설치등을 할때....
GDB의 경우..
아래와 같이 하라고 나와있는데....
# ./configure --target=arm-linux --build=i686-pc-linux-gnu --prefix=/usr

이렇게 하고나면.... 아래와 같은 에러 메시지가 나면서 설치가 안돼요..

Configuring for a i686-pc-linux-gnuoldld host.
Created "Makefile" in /var/download/gdb-5.3 using "mt-frag"
./configure: i686-pc-linux-gnuoldld-gcc: command not found
*** The command 'i686-pc-linux-gnuoldld-gcc -o conftest -g -02
conftest.c' failed.
*** You must set the environment variable CC to a working complier.

Binutils 의 경우..
아래와 같이 하라고 나와있는데....
#./configure --target=arm-linux --prefix=/usr --with-cpu=xscale --nfp

이렇게 하고나면.... 아래와 같은 에러 메시지가 나면서 설치가 안돼요..

Configuring for a i686-pc-linux-gnuoldld host.
Created "Makefile" in /var/download/binutils-2.13.90.0.16 using "mt-frag"
./configure: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

이건 왜 안되는거죠?
이번에도 제가 리눅스를 설치할때 뭔가 필요한것을 빼먹은걸까요?
도움 기다리겠습니다.

감사합니다.