Download ReviveSparc
Source Code
The ReviveSparc source repository is hosted on GitHub. Clone it with:
git clone https://github.com/revivethesparc/revivesparc.git
Or download a tarball of any release below.
Releases
| Version | Date | Description | Download |
|---|
Toolchain
Pre-built cross-compilation toolchains for SPARC targets are available:
| Package | Description | Download |
|---|---|---|
| sparc-elf-gcc-14.2.0 | Cross GCC targeting SPARC ELF (bare-metal) | sparc-elf-gcc.tar.xz |
| sparc-linux-gcc-14.2.0 | Cross GCC targeting SPARC Linux | sparc-linux-gcc.tar.xz |
| sparc-binutils-2.43 | Cross binutils for SPARC targets | sparc-binutils.tar.xz |
System Images
| Image | Description | Download |
|---|---|---|
| revivesparc-linux-boot | Minimal Linux kernel + initramfs for ReviveSparc | linux-boot.tar.gz |
| revivesparc-netbsd-boot | NetBSD 10.0 disk image for ReviveSparc | netbsd-boot.tar.gz |
Building from Source
ReviveSparc builds on Linux and macOS. Required dependencies: gcc or clang, make, cmake.
git clone https://github.com/revivethesparc/revivesparc.git cd revivesparc make # Optional: run the test suite make test
See the build documentation for detailed instructions and platform-specific notes.