Simple Hello World in Rust to run on a PSP.
- Makefile 53.8%
- Rust 40.1%
- Assembly 6.1%
| .cargo | ||
| src | ||
| .gitignore | ||
| abi-mismatch-ignore.patch | ||
| build.mak | ||
| Cargo.toml | ||
| Makefile | ||
| psp.json | ||
| README.md | ||
| rust-toolchain | ||
A simple Rust Hello World to run on a PSP.
This requires a patched psp-binutils to remove the restriction on ABI mismatches. The patch is included in this repo. This repo also assumes you have the psp sdk installed to /usr/psp/sdk/
make
This will give you an EBOOT.PBP which you can just copy over to your PSP and run as usual.
Or run it with PPSSPP:
PPSSPPSDL EBOOT.PBP
