I've been using version 2.1.0 of the tool to develop the kvm port (#423). When rebasing to a newer version, the test case I was using (https://github.com/ikergalardi/sel4-webserver) started failing on the final image creation command:
$ vendor/microkit-sdk/bin/microkit webserver.system \
--search-path ./build \
--board qemu_virt_aarch64 \
--config release \
-o build/loader.img -r build/report.txt
Error: "unable to find program image: 'build/serial_driver.elf'"
From the same working directory, running the file command with the same path shows that the file is accessible.
$ file build/serial_driver.elf
build/serial_driver.elf: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped
I've been using version 2.1.0 of the tool to develop the kvm port (#423). When rebasing to a newer version, the test case I was using (https://github.com/ikergalardi/sel4-webserver) started failing on the final image creation command:
From the same working directory, running the
filecommand with the same path shows that the file is accessible.