커널 컴파일 중 에러발생 도와주세요...
커널 롬이미지 만들던 중 make menuconfig에서는 에러가 없었는데,
make menuconfig를 실행시키니까
선택메뉴가 나와서 잘모르기 때문에 대충 봐서 선택을 해주었읍니다...
make dep 시 2 다음의 에러발생
make[1]: Entering directory '/home/jsw/linux/arch/arm/tools'
/home/jsw/linux/scripts/mkdep -D__KERNEL__ -I/home/jsw/linux/include -Wall -Wstrict-prototype -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-float -- getconstants.c |\
sed s,getconstants.o,constants.h, > .depend
make all
make[2]: Entering directory '/home/jsw/linux/arch/arm/tools'
cmp constants.h /home/jsw/linux/include/asm-arm/constants.h >/dev/null 2>& || cp -p constants.h /home/jsw/linux/include/asm-arm/constants.h
make[2]: Leaving directory '/home/jsw/linux/arch/arm/tools'
make[1]: Leaving directory '/home/jsw/linux/arch/arm/tools'
make[1]: Nothing to be done for 'dep'.
make[1]: Leaving directory '/home/jsw/linux/arch/arm/boot'
scripts/mkdep -- init/*.c > .depend
scripts/mkdep -- 'find /home/jsw/linux/include/asm /home/jsw/linux/include/linux /home/jsw/linux/include/scsi /home/jsw/linux/include/net -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print' > .hdepend
scripts/mkdep: argument list too long
make: *** [dep-files] Error 2
무었이 잘못되었는지 모르겠네요?
도움을 청합니다...
댓글 달기