Search found 5 matches

by b1G
Mon Nov 12, 2007 4:48 am
Forum: PSP Development
Topic: toolchain updates?
Replies: 4
Views: 1842

That's what I needed to know. Thanks.
by b1G
Sun Nov 11, 2007 12:56 pm
Forum: PSP Development
Topic: toolchain updates?
Replies: 4
Views: 1842

toolchain updates?

Is there a way to just install the updates to the toolchain, or do I have to run the entire script every time there's an update?
by b1G
Fri Nov 02, 2007 1:18 pm
Forum: PSP Development
Topic: Linux, what to install? (Ubuntu,knoppix,Gentoo?)
Replies: 9
Views: 3378

I've never used knoppix or Gentoo, but Ubuntu is a good one. I use it at work and really like it. They just came out with a new version, too.
by b1G
Tue Oct 23, 2007 3:30 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 5797

What he means is that sometimes your compiler may give a warning when using while(1) and that they don't give any warnings when using for(;;) even though they do the same thing.
by b1G
Wed Sep 19, 2007 8:13 am
Forum: PSP Development
Topic: can't get prx to run right
Replies: 0
Views: 891

can't get prx to run right

I've been reading up on how to code prx's, including the module tutorial posted here, and I'm having some trouble. I understand, for the most part, the structure of prx's and how they work. However, when I compile the example in the tutorial it doesn't do what its supposed to. I can press L all day ...