Hello, I’m trying to build my own Linux image for dragonboard820c following the 96Boards tutorial (Building Linux Kernel for Dragonboard-820c - 96Boards), but when I execute the command: “make -j $PROCS Image.gz dtbs KERNELRELEASE=4.14.0-qcomlt-${ARCH}”
An error message appear:
" Virtualization (VIRTUALIZATION) [Y/n/?] y
Kernel-based Virtual Machine (KVM) support (KVM) [Y/n/m/?] y
KVM for Intel processors support (KVM_INTEL) [N/m/y/?] (NEW)
KVM for AMD processors support (KVM_AMD) [N/m/y/?] (NEW)
Host kernel accelerator for virtio net (VHOST_NET) [N/m/?] n
Cross-endian support for vhost (VHOST_CROSS_ENDIAN_LEGACY) [N/y/?] n
configuration written to .config
make: *** No rule to make target ‘Image.gz’. Pare."
Does someone know how to solve this problem?
Thanks in advance