overdrivenpotato / rust-psp

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

Enable `std` for rust-psp #69

Closed MrAwesome closed 4 years ago

MrAwesome commented 4 years ago

Highlights:

Remaining questions:

Test Plan:

[Mon 20/07/27 22:23 PDT][pts/0]                                                                                                         
<glenn@ronnie:~/rust-psp/examples/hello-world>                                                                                          
$ cargo psp                                                                                                                             
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s                                                                           
Saved to /home/glenn/rust-psp/examples/hello-world/target/mipsel-sony-psp/debug/EBOOT.PBP                                               
[Mon 20/07/27 22:23 PDT][pts/0]                                                                                                         
<glenn@ronnie:~/rust-psp/examples/hello-world>                                                                                          
$ cd ../rust-std-hello-world                                                                                                            
[Mon 20/07/27 22:23 PDT][pts/0]                                                                                                         
<glenn@ronnie:~/rust-psp/examples/rust-std-hello-world>                                                                                 
$ cargo psp                                                                                                                             
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s                                                                           
Saved to /home/glenn/rust-psp/examples/rust-std-hello-world/target/mipsel-sony-psp/debug/EBOOT.PBP   

(Note that this was with a locally patched libc via symlinks (yuck), as 0.2.74 has not launched yet.)

sajattack commented 4 years ago

Niiiiiiiiiice.