[기타] 라즈베리파이 커널 컴파일 에러
다시 : 크로스 컴파일 리소스를 찾을 수 없습니다.
https://www.raspberrypi.org/forums/viewtopic.php?t=188337
Cross Compilation cannot find resources - Raspberry Pi Forums
Reread the documentation For Pi 1, Pi 0, Pi 0 W, or Compute Module: cd linux KERNEL=kernel make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcmrpi_defconfig For Pi 2, Pi 3, or Compute Module 3: cd linux KERNEL=kernel7 make ARCH=arm CROSS_COMPILE=arm-linux-
www.raspberrypi.org
Cross Compilation cannot find resources - Raspberry Pi Forums
Reread the documentation For Pi 1, Pi 0, Pi 0 W, or Compute Module: cd linux KERNEL=kernel make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcmrpi_defconfig For Pi 2, Pi 3, or Compute Module 3: cd linux KERNEL=kernel7 make ARCH=arm CROSS_COMPILE=arm-linux-
www.raspberrypi.org
2017 년 7 월 15 일 토요일 오후 6시 47 분
문서 다시 읽기
Pi 1, Pi 0, Pi 0 W 또는 Compute Module의 경우 :
cd linux
KERNEL = kernel
make ARCH = arm CROSS_COMPILE = arm-linux-gnueabihf- bcmrpi_defconfig
Pi 2, Pi 3 또는 Compute Module 3의 경우 :
cd linux
KERNEL = kernel7
ARCH = arm 만들기 CROSS_COMPILE = arm-linux-gnueabihf-bcm2709_defconfig
아키텍처 또는 크로스 컴파일러를 사용하도록 지정하지 않았으므로 네이티브 x86 버전 경로를 검색합니다. x86 타겟이 아니기 때문에 실패합니다.