overdrivenpotato / rust-psp

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

Unable to compile hello world #110

Closed Beyley closed 2 years ago

Beyley commented 2 years ago

whenever i attempt to compile any of the example applications, it errors out, i tried the steps in this comment but that did not seem to help

error.log

Edit: If i downgrade to toolchain version to nightly-2021-11-17 it works fine, so it seems to be from the newer nightlies

sajattack commented 2 years ago

Yes, llvm_asm was removed from rust it seems, we're working on upgrading to the new asm macro.

overdrivenpotato commented 2 years ago

Fixed in 7092d10, released as breaking change in psp = "0.2.0"