-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
For aarch64 platform, I have built " Linaro - QEMU" from source.
Steps
Following "STEPS (https://www.qemu.org/download/#linux)" were used for building and installing
wget https://github.com/qemu/qemu/archive/refs/tags/v9.1.1.tar.gz
tar xvf v9.1.1.tar.gz
cd qemu-9.1.1
mkdir build
cd build
./configure --target-list=aarch64-softmmu --with-coroutine=gthread --enable-fdt --enable-kvm --disable-werror --audio-drv-list="" --static
make
Outcome
After the build was successful a static binary is created for QEMU located in /qemu/build/aarch64-softmmu/
All this information was also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels