psx-sdk-rs icon indicating copy to clipboard operation
psx-sdk-rs copied to clipboard

can't find crate for `alloc`

Open l3gacyb3ta opened this issue 4 months ago • 4 comments

I'm trying to build one of the demos, but it keeps giving me an issue with building it?

error[E0463]: can't find crate for `alloc`
  --> src/main.rs:13:1
   |
13 | psx::sys_heap!(4 kb);
   | ^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = note: this error originates in the macro `$crate::sys_heap` which comes from the expansion of the macro `psx::sys_heap` (in Nightly builds, run with -Z macro-backtrace for more info)

l3gacyb3ta avatar Oct 03 '24 17:10 l3gacyb3ta