overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
588 stars 31 forks source link

Adapt to renaming of BoxMeUp to PanicPayload #155

Closed zetanumbers closed 9 months ago

zetanumbers commented 9 months ago

Fixes #154

hatmajster commented 9 months ago

I confirm that doing this works!

rustup default nightly-2023-09-26
rustup component add rust-src --toolchain nightly-2023-09-26-x86_64-unknown-linux-gnu
cargo init demo
cd demo
cargo add --git https://github.com/ZetaNumbers/rust-psp/ --branch fix_panic_payload psp
<change main to proper psp hello world>
cargo psp
sajattack commented 9 months ago

Thanks again. Sorry I've been too busy to keep this up to date myself.