Search found 9 matches

by Diddl
Sun May 27, 2007 2:12 am
Forum: PSP Development
Topic: Problems with homebrew capability on 3.40OE firmware
Replies: 8
Views: 4291

maybe there is a newer version of R-Gear which is running on 3,40OE?
by Diddl
Sun May 06, 2007 7:47 am
Forum: PSP Development
Topic: linker error / samples
Replies: 9
Views: 4434

WinterMute wrote:For what it's worth release 11 is now available and gets rid of the linking errors.

I should really check the forums here more often :P
many thanks to wintermute, r11 works fine for me!!
by Diddl
Mon Apr 30, 2007 11:44 pm
Forum: PSP Development
Topic: linker error / samples
Replies: 9
Views: 4434

oh thanks for answers! I was in holidays and so I don't see your answers since yesterday.

I will test release 11 today ...
by Diddl
Fri Apr 13, 2007 6:48 pm
Forum: PSP Development
Topic: linker error / samples
Replies: 9
Views: 4434

Hi, Looks like the supplied PSPSDK is old, but I'd like to verify that. cannot believe it is old. I'm using newest available (v10). and the point is, this example files are included with the kit! you switch to devkitPSP? which one you use normally? is there a alternative kit available? does this ru...
by Diddl
Mon Apr 02, 2007 9:55 pm
Forum: PSP Development
Topic: transplant USBHOST_FS to a embeded System,Does it possible?
Replies: 6
Views: 5513

OTG is a extension to usb v2 specification. it works like a mini host for devices, which are normally USB client only. for example a PSP is normally a USB client to a PC or other host. with OTG it would be possible to load jpg files from a digital camera or using any USB harddisk. this would be a ve...
by Diddl
Fri Mar 30, 2007 7:28 am
Forum: PSP Development
Topic: linker error / samples
Replies: 9
Views: 4434

thanks for answer.

libfile libpspdebug.a is in folder /d/Programme/devkitPro/devkitPSP/psp/sdk/lib and make utility already uses -L/d/Programme/devkitPro/devkitPSP/psp/sdk/lib and -lpspdebug

so I don't understand why linker won't bind this lib and resolve this externals?
by Diddl
Fri Mar 30, 2007 3:48 am
Forum: PSP Development
Topic: linker error / samples
Replies: 9
Views: 4434

linker error / samples

please excuse my simple question, I'm a beginner in using psp toolchain ... I have installed devkitpro on a Win XP (Ming) environment for NDS and PSP. the examples for NDS compile and execute fine. but this samples for PSP compiles but give errors while linking (many samples tested). I think there i...
by Diddl
Thu Mar 29, 2007 4:53 am
Forum: PSP Development
Topic: [Ann] PSP Development Tutorial, modules
Replies: 23
Views: 22371

Thank a lot, this tutorial is exactly what I need now!!!!
by Diddl
Tue Mar 27, 2007 7:58 pm
Forum: PSP Lua Player Development
Topic: File Operations
Replies: 1
Views: 3403

that is a nice idea! but you have to code a usb host controller and a udisk client. and I am not sure if usb chip is PSP is able to be a usb host.