안녕하세요..
저는 리눅스 초보생 입니다

KELP 에서 강좌를 보다가 오게 되었는데요
참 자세히 설명되어 있어서 저같은 초보에게 많은 도움이 되었습니다

제가 에러가 나는 부분은
glibc 를 make 하는 부분입니다
=======================================================================
(중략)
../sysdeps/unix/sysv/linux/arm/bits/armsigctx.h:33:24: asm/ptrace.h: 그런 파일이나 디렉토리가 없음
In file included from ../sysdeps/unix/sysv/linux/arm/sigcontextinfo.h:20,
from ../linuxthreads/internals.h:26,
from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:27,
from ../sysdeps/generic/ldsodefs.h:38,
from ../sysdeps/unix/sysv/linux/ldsodefs.h:25,
from ../sysdeps/unix/sysv/linux/init-first.c:30:
../sysdeps/unix/sysv/linux/arm/bits/armsigctx.h:64: error: field `reg' has incomplete type
In file included from ../inet/netinet/in.h:212,
from ../include/netinet/in.h:3,
from ../resolv/resolv.h:57,
from ../include/resolv.h:11,
from ../linuxthreads/descr.h:19,
from ../linuxthreads/internals.h:29,
from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:27,
from ../sysdeps/generic/ldsodefs.h:38,
from ../sysdeps/unix/sysv/linux/ldsodefs.h:25,
from ../sysdeps/unix/sysv/linux/init-first.c:30:
../sysdeps/unix/sysv/linux/bits/socket.h:305:24: asm/socket.h: 그런 파일이나 디렉토리가 없음
../linuxthreads/internals.h:108: confused by earlier errors, bailing out
make[2]: *** [/project/toolchain/glibcbuild/csu/init-first.o] 오류 1
make[2]: 나감 `/project/toolchain/glibc-2.3.2/csu' 디렉토리
make[1]: *** [csu/subdir_lib] 오류 2
make[1]: 나감 `/project/toolchain/glibc-2.3.2' 디렉토리
make: *** [all] 오류 2

=======================================================================
이렇게 메세지가 나오네요

참고로 저는
binutils-2.14.90.0.6
glibc-2.3.2
gcc-3.3
linux-2.4.19 ( linux-2.4.19-x5-v04 는 도저히 못찾겠음)
gdb-6.0

을 다운받아서 설치하고 있었습니다

벌써 2주동안 설치만 하고 있네요...
혹시 저와 같은 벽에 부디쳤으나 슬기롭게 극복하신 선배 임베디더분 계시면
값진 조언 부탁드리겠습니다

참고로 저는 red hat linux 9.0 (2.4.20-8) 을 쓰고 있습니다