Skip to content

Build and test for Linux/ARM64 #1

@odidev

Description

@odidev

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/).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions