I used the the make command:
CONFIG_TEST=y CONFIG_START_NETWORK=n CONFIG_BLKFRONT=n CONFIG_NETFRONT=n \
CONFIG_FBFRONT=n CONFIG_KBDFRONT=n CONFIG_CONSFRONT=n CONFIG_XC=n \
MINIOS_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make
(source: https://lists.xenproject.org/archives/html/minios-devel/2015-11/msg00005.html)
I run into the following issue:
make: *** No rule to make target '/home/user/mini-os/dtc/libfdt/fdt.o', needed by '/home/user/mini-os/mini-os'. Stop.
OS: Debian testing (stretch)
I used the the make command:
(source: https://lists.xenproject.org/archives/html/minios-devel/2015-11/msg00005.html)
I run into the following issue:
OS: Debian testing (stretch)