Raspberry Pi 4에서 Linux 커널을 컴파일할 수 없습니다.

Raspberry Pi 4에서 Linux 커널을 컴파일할 수 없습니다.

라즈베리파이4 모델B를 받았습니다. Raspberry Pi OS(32비트)를 설치하고 Putty에 연결했습니다. 이제 공식 웹사이트를 참고하여 내 Raspberry Pi에 Linux 커널을 구성하고 설치합니다.https://www.raspberrypi.com/documentation/computers/linux_kernel.html

지금까지 실행한 명령은 다음과 같습니다(순서대로).

  1. sudo 적절한 업데이트
  2. sudo 적절한 업그레이드
  3. sudo apt-get 자동 삭제
  4. sudo apt 설치 git bc bison flex libssl-dev make
  5. git clone --깊이=1https://github.com/raspberrypi/linux
  6. cd linux KERNEL=kernel8 make bcm2711_defconfig
  7. make -j4 Image.gz 모듈 dtbs

포인트 7을 실행하는 동안 오류가 발생했습니다. 무엇이 문제일까요?

여기에 이미지 설명을 입력하세요.

관련 정보