We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
When I run build_kernel.sh, it didn’t seem to fully execute correctly, as it end by :
CC [M] drivers/usb/serial/whiteheat.o CC [M] drivers/usb/serial/xsens_mt.o LD [M] drivers/usb/serial/usbserial.o AR drivers/usb/built-in.a AR drivers/scsi/built-in.a AR drivers/built-in.a [martin@NestingSafe armv7-lpae-multiplatform]$
Resulting that I can’t see the kernel_version number that I’m supposed to use right after.
May someone who already faced this issue help me with that ?
[martin@NestingSafe armv7-lpae-multiplatform]$ CORES=1 ./tools/rebuild.sh
+ Detected build host ["Manjaro Linux"]
+ host: [x86_64]
+ git HEAD commit: [0178e9aa15466b238c9a6729f237658b55d85908]
/-----------------------------
scripts/gcc: Using: arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/-----------------------------
CROSS_COMPILE=/home/martin/armv7-lpae-multiplatform/dl/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
scripts/kconfig/mconf Kconfig
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
'.config' -> '/home/martin/armv7-lpae-multiplatform/patches/defconfig'
/-----------------------------
make -j1 ARCH=arm LOCALVERSION=-armv7-lpae-x3 CROSS_COMPILE="/home/martin/armv7-lpae-multiplatform/dl/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-" zImage modules
/-----------------------------
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
CC kernel/configs.o
AR kernel/built-in.a
CHK kernel/kheaders_data.tar.xz
GEN kernel/kheaders_data.tar.xz
./kernel/gen_kheaders.sh: ligne 61: cpio : commande introuvable
make[1]: *** [kernel/Makefile:131: kernel/kheaders_data.tar.xz] Error 127
make: *** [Makefile:1083: kernel] Error 2
[martin@NestingSafe armv7-lpae-multiplatform]$