ofwboot
extracted from the OpenBSD source tree and tweaked to be built under Linux.
git clone https://github.com/kakwa/ofwboot-standalone
cd ofwboot-standalone
bmake
- SPARC64 cross toolchain:
gcc-sparc64-linux-gnu
andbinutils-sparc64-linux-gnu
Example (Debian/Ubuntu):
sudo apt-get update -y
sudo apt-get install -y bmake gcc-sparc64-linux-gnu binutils-sparc64-linux-gnu
From this directory:
CC=sparc64-linux-gnu-gcc LD=sparc64-linux-gnu-ld bmake
file ofwboot
bmake clean