Search found 3 matches

by Inferno_Intelligence
Tue Aug 16, 2005 4:09 am
Forum: PSP Development
Topic: -Os should be used instead of -O2 (or -O3)
Replies: 9
Views: 3233

-Os should be used instead of -O2 (or -O3)

Hey guys, I raised this on irc a day or two ago but figured I'd post it here for now. Since storage space is usually limited on the psp, the size of executables should be an important issue for all psp developers. To help minimize size, I suggest all developers start using the -Os optimization flag....
by Inferno_Intelligence
Sat Aug 13, 2005 1:18 am
Forum: PSP Development
Topic: Question about installing binaries
Replies: 0
Views: 712

Question about installing binaries

Ok, so I ran one of the sample make files for the sdk and it made an EBOOT file and the other files. Stupid question though, what do I do now? Anyone who can provide a link to a guide on how to install these things on the psp?
Thanks!
by Inferno_Intelligence
Fri Aug 12, 2005 12:27 pm
Forum: PSP Development
Topic: How do you compile gnu programs?
Replies: 2
Views: 1176

How do you compile gnu programs?

Sorry for the double post but figured this would be a better place to ask. Hi guys, I'm going to work on a project to start porting standard gnu stuff over to the psp. I noticed that there was a version of gcc for psp so I was like "wow, this would be perfect to start porting gnu stuff over!&qu...