silent-mobius/EL8_Cross_Architecture_Tools
( forked from stenstorp/EL8_Cross_Architecture_Tools )Project ID: 72938
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 (24)* | Centos-stream 8 (66 downloads) |
EPEL 8 | x86_64 (19)* | EPEL 8 (58 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds