컴파일 에러 - [arch/x86/Makefile:236: archscripts] Error 2


컴파일 에러 - [arch/x86/Makefile:236: archscripts] Error 2

에러가 안나면 찝찝 나면 답답쓰~ make[2]: *** No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'. Stop. make[1]: *** [arch/x86/Makefile:236: archscripts] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-126-generic' make: *** [Makefile:29: all] Error 2 오픈소스 받아서 make 명령어 실행했더니 위와 같이 에러가 발생했다. * 해소 방법 # vi Makefile ... KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) #$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules $(MAKE) -C $(KDIR) M=$(PWD) mo...


#archscripts #Makefile #Noruletomaketarget #컴파일에러

원문링크 : 컴파일 에러 - [arch/x86/Makefile:236: archscripts] Error 2