Closed devimc closed 6 years ago
failed to build cc-runtime on ARM
cc-runtime binary
Makefile:35: arch/arm64-options.mk: No such file or directory make: *** No rule to make target 'arch/arm64-options.mk'. Stop.
configuration file should have qemu-system-aarch64 as qemu command and kvm as machine accelerator
qemu-system-aarch64
kvm
Description of problem
failed to build cc-runtime on ARM
Expected result
cc-runtime binary
Actual result
Makefile:35: arch/arm64-options.mk: No such file or directory make: *** No rule to make target 'arch/arm64-options.mk'. Stop.
configuration file should have
qemu-system-aarch64
as qemu command andkvm
as machine accelerator