Description

Tools for compiling for and running programs for different architectures on EL8 (CentOS, RHEL, Oracle Linux).
Includes: binutils 2.30, gcc 8.1.1 and qemu 2.12.0.

The qemu package is intended to work alongside the stock qemu-kvm package and will not overwrite any stock packages.

Installation Instructions

Enable the repository:

sudo dnf copr enable stenstorp/EL8_Cross_Architecture_Tools

Install cross-architecture gcc:

sudo dnf install gcc-${arch}-linux-gnu

where ${arch} is the desired architecture

Install qemu:

sudo dnf install qemu

This will also install distribution provided qemu-kvm and qemu-img packages.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 8 x86_64 (15157)* Centos-stream 8 (83 downloads)
EPEL 8 x86_64 (15232)* EPEL 8 (168 downloads)

* Total number of downloaded packages.

External Repository List

The following repositories are accessible during builds


Quick Enable

#> dnf copr enable stenstorp/EL8_Cross_Architecture_Tools
More info about enabling Copr repositories

Other Actions