Error Messages:
#
# No change to .config
#
CALL scripts/atomic/check-atomics.sh
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
fatal: not a git repository (or any of the parent directories): .git
LZ4C arch/arm64/boot/Image.lz4
Incorrect parameters
Usage :
lz4 [arg] [input] [output]
input : a filename
with no FILE, or when FILE is - or stdin, read standard input
Arguments :
-1 : Fast compression (default)
-9 : High compression
-d : decompression (default for .lz4 extension)
-z : force compression
-f : overwrite output without prompting
-h/-H : display help/long help and exit
arch/arm64/boot/Makefile:31: recipe for target 'arch/arm64/boot/Image.lz4' failed
make[2]: *** [arch/arm64/boot/Image.lz4] Error 1
make[2]: *** Deleting file 'arch/arm64/boot/Image.lz4'
arch/arm64/Makefile:170: recipe for target 'Image.lz4' failed
make[1]: *** [Image.lz4] Error 2
make[1]: *** Waiting for unfinished jobs....
arch/arm64/Makefile:214: recipe for target 'rk3588-evb2-lp4-v10-edp-linux.img' failed
make: *** [rk3588-evb2-lp4-v10-edp-linux.img] Error 2
ERROR: Running build_kernel failed!
ERROR: exit code 2 from line 656:
make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
1.error
fatal: not a git repository (or any of the parent directories): .git
2.solution
sudo git init
2.About the lz4 error, I think the version can not keep up with it, I was solved by the following methods.
sudo apt-get remove liblz4-tool
sudo git clone https://github.com/lz4/lz4.git
cd /lz4
sudo make
sudo make install
Read More:
- [Solved] linux kernel load driver Error: module verification failed: signature and/or required key missing – tainting kernel
- [Solved] Linux Kernel Compile Error: make menuconfig‘ requires the ncurses libraries
- [Solved] Ubuntu Compile Rust Program Error: failed to run custom build command for openssl-sys v0.9.39
- [ERROR SystemVerification]: failed to parse kernel config: unable to load kernel module: “configs“
- petalinux-build Error: ERROR: Task (/opt/pkg/petalinux/components/yocto/source/aarch64/layers/meta-xilinx-tools/recipes-bsp/fsbl/fsbl_git.bb:do_compile) failed with exit code ‘1’
- [Solved] failed to start remount root and kernel file system
- [Solved] ERROR: The kernel module failed to load, because it was not signed by a key that is trusted by the
- Ubuntu18.04 Compile Error: android 7 FAILED [How to Solve]
- Ubuntu: How to deal with the fatal: the remote end hung up unexpected error of GIT clone Android kernel
- [Solved] Jenkins build error: esbuild install failed
- [Solved] Virtual Machine Error: FAILURE: Build failed with an exception.Flutter
- How to Solve dyn_small_obs_avoidance Compile Error (eigen version Issue)
- How to fix the ERROR: Failed to build gem native extension in Centos 8
- Kylin arm64 linux configure: error: cannot guess build type; you must specify one
- Docker Run ‘echo core > /proc/sys/kernel/core_pattern‘ Error
- How to Solve Android Linux5.10 Kernel do_gettimeofday Function Error
- [Solved] Log Error: kernel: blk_update_request: I/O error, dev fd0, sector 0
- NXP mx8 Platform tensorflow-lite build error [How to Solve]
- tuxedo Compile Background Common Error [How to Fix]
- [Solved] GCC Compile Error: fatal error: sys/cdefs.h: No such file or directory