Search found 5 matches
- Sun Jul 16, 2006 6:25 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 159999
- Sun Jul 16, 2006 5:37 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 159999
Sorry I didn't come for a while :-' 1) For USB you must be in kernel mode (you can create a user thread after you loaded the drivers, and use OSLib from either the user or kernel thread, but I recommend running it from the user one - as the rest of your code - for safety reasons). * There is no mor...
- Mon Jul 10, 2006 11:55 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 159999
- Mon Jul 10, 2006 7:55 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 159999
- Mon Jul 10, 2006 6:51 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 159999
i have a problem... when i try to compile my code i get this: psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall -O2 -c -o main.o main.c psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall -O2 -L. -L/usr/local/pspdev/psp/sdk/lib main.o -losl -lpng -lz -lpspsdk -lpspctrl -lpspumd -lpsprt...