Skip to content
Sabo edited this page Nov 2, 2023 · 5 revisions

QEMU-Setup

1. Repository klonen:

$ git clone https://git.imp.fu-berlin.de/koenigl/qemu-portux.git

2. Build-Ordner erstellen

$ mkdir qemu-build 
$ cd qemu-build

3. Build-Konfigurationsdatei generieren

$ ../qemu-portux/configure --target-list=arm-softmmu --disable-werror

Mögliche Fehler

Falls die Meldung ERROR: pkg-config binary 'pkg-config' not found erscheint:

sudo apt update
sudo apt install pkg-config

Falls die Meldung ERROR: glib-2.48 gthread-2.0 is required to compile QEMU erscheint:

sudo apt update
sudo apt install libglib2.0-dev
sudo apt install libpixman-1-dev
Clone this wiki locally