Bareflank / hypervisor

lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build is currently broke on aarch64

shutupandhack-club opened this issue · comments

Please see below.

$ make
[  3%] Performing update step for 'mk_cross_compile'
-- Skip
[  7%] No patch step for 'mk_cross_compile'
[ 11%] Performing configure step for 'mk_cross_compile'
-- Configuring done
-- Generating done
-- Build files have been written to: /home/me/RnD/hypervisor/build/mk_cross_compile/build
[ 14%] Performing mk_cross_compile_cleanup step for 'mk_cross_compile'
[ 18%] Performing build step for 'mk_cross_compile'
make[5]: *** No rule to make target '/home/me/RnD/hypervisor/kernel/src/arm/aarch64/vs_t.hpp', needed by 'kernel/CMakeFiles/kernel.dir/src/main.cpp.obj'.  Stop.
make[4]: *** [CMakeFiles/Makefile2:280: kernel/CMakeFiles/kernel.dir/all] Error 2
make[3]: *** [Makefile:149: all] Error 2
make[2]: *** [CMakeFiles/mk_cross_compile.dir/build.make:130: mk_cross_compile/stamp/mk_cross_compile-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/mk_cross_compile.dir/all] Error 2
make: *** [Makefile:103: all] Error 2

Closing since this isn't supported yet. It would be nice to add a note about the current status to the documentation.

@shutupandhack-club Definitely will be doing that.