The GNU ARM Eclipse QEMU subproject is a fork of QEMU (an open source machine emulator), intended to provide support for Cortex-M emulation in GNU ARM Eclipse. The source code is part of the GNU ARM Eclipse project, and is available from GitHub. Binary packages are available from GitHub Releases.
- Overview (read me first!)
- QEMU Install
- Eclipse plug-in
- Support (using the GitHub Issues)
Follow original "How to build" from QEMU with some minor changes
- How to build (using Docker containers)
- Change log (2014)
minor changes:
curl -L https://github.com/Jumperr-labs/build-scripts/raw/master/scripts/build-qemu.sh -o ~/Downloads/build-qemu.sh
After building:
#Remove all executables:
find ~/Work/qemu/ -name "qemu-system-gnuarmeclipse" | xargs -I{} rm "{}"
bash ~/Downloads/build-qemu.sh --all --no-stripSee the releases page. Binaries for most platforms can be downloaded from GitHub Releases.