[완료]MIPS toolchain설치하기
IKANOS BSP를 보고 그대로 따라하는데 잘안되네요
make toolchain까지는 잘되는데
make하면 이런 오류가 나네요
[root@localhost LX_2618_RG_IFE5_5_6_00Beta_SRC]# make
Building Linux 2.6 Kernel ...
(cd /LX_2618_RG_IFE5_5_6_00Beta_SRC/linux-2.6.18; make) || exit 1
/bin/sh: mips-linux-gcc: command not found
/bin/sh: mips-linux-gcc: command not found
make[1]: mips-linux-gcc: 명령을 찾지 못했음
make[1]: Entering directory `/LX_2618_RG_IFE5_5_6_00Beta_SRC/linux-2.6.18'
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/mips/kernel/asm-offsets.s
/bin/sh: mips-linux-gcc: command not found
make[2]: *** [arch/mips/kernel/asm-offsets.s] 오류 127
make[1]: *** [prepare0] 오류 2
make[1]: Leaving directory `/LX_2618_RG_IFE5_5_6_00Beta_SRC/linux-2.6.18'
make: *** [kernel] 오류 1
[root@localhost LX_2618_RG_IFE5_5_6_00Beta_SRC]#
대체 왜이럴까요??
참고로 저는 페도라 8 커널2.6.26 사용합니다.
~/.bash_profile 등에 PATH
~/.bash_profile 등에 PATH 환경변수 수정하는 과정이 있었다면 login 을 다시하는게 속편합니다.
아니면 bash -l 을 실행한 뒤 새로 뜬 shell 에서 작업을 계속 진행하시던가요.
OTL
댓글 달기