This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
I have prepare everything before "make qemu "
But I got stock with "make qemu"
[ -f guestimg/guestdisk.img ] || cp raspbian.img guestimg/guestdisk.img
[ driver/komodo.ko -ot guestimg/guestdisk.img ] || guestimg/cptoext2.sh driver/komodo.ko guestimg/guestdisk.img /lib/modules/komodo.ko[ -f guestimg/guestdisk.img ] || cp raspbian.img guestimg/guestdisk.img
[ -z "piimage/piimage.img piimage/config.txt" ] || guestimg/cptofat.sh piimage/piimage.img piimage/config.txt guestimg/guestdisk.img /
Usage: guestimg/cptofat.sh file image dest
guestimg/subdir.mk:14: recipe for target 'guestimg/guestdisk.img' failed
make: *** [guestimg/guestdisk.img] Error 1
make: *** Deleting file 'guestimg/guestdisk.img'
I have not found any solution so far.
Could you help me?
Many thanks in advance!