Search found 12 matches

by coolspace
Thu Feb 28, 2008 9:56 pm
Forum: PSP Development
Topic: How to load an homebrew app from another?
Replies: 6
Views: 2428

sceKernelLoadExec
by coolspace
Sat Jan 12, 2008 9:59 pm
Forum: PSP Development
Topic: gcc 4.3.0 (experimental) patch for PSP programming support
Replies: 3
Views: 2170

Re: gcc 4.3.0 (experimental) patch for PSP programming suppo

Tested to all known psplibraries, works fine except libbulletml. As gcc 4.3.0 gets more limit to C++ compiling so that functions just like strlen, exit and so on should not be used without <string.h>/<stdlib.h> included. Modify source codes could have the problems resolved. Here's the patch: http:/...
by coolspace
Fri Jan 11, 2008 3:08 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

Cpasjuste wrote:I had the same problem.

In psplink, load the prx, but on your computer load the unstripped elf.

psplink ; debug xxx.prx
computer : psp-gdb xxx.elf

Say us if it worked.
Thanks,it works fine
by coolspace
Sun Jan 06, 2008 10:38 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

F@T3oYCG wrote:dont you have to use the windows cmd with psp link ???
I use msys instead of cygwin for psplinkusb and pspsh
by coolspace
Sun Jan 06, 2008 4:26 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

And this is my makefile TARGET = test OBJS = main.o file.o BUILD_PRX = 1 PSP_FW_VERSION=371 INCDIR = CFLAGS = -g -O2 -G0 -Wall -DDEVHOOK -DPSPFW3XX CXXFLAGS = $&#40;CFLAGS&#41; -fno-exceptions -fno-rtti ASFLAGS = $&#40;CFLAGS&#41; LIBDIR = LIBS =-lpspaudiocodec -lpspusb -lpspusbstor ...
by coolspace
Sun Jan 06, 2008 4:20 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

snow wrote:Do a clean and build (if you haven't already). That's how I'm debugging and it works fine.
yes,I'v typed "make clean" before i made the prx again.
by coolspace
Sun Jan 06, 2008 4:05 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

Sorry, I'm somewhat newb material but I think I remember reading that you debug PRX files not ELFs? Put BUILD_PRX=1 into your makefile and rebuild. Try debugging against the PRX file that's generated. I've done this. BUILD_PRX=1 into my makefile But the prx file don't have the debug info in it. I t...
by coolspace
Sun Jan 06, 2008 2:37 pm
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

Can anyone help me??
Or the psplinkusb does not work well on 3.71??
Or the psp-gdb can only debug elf files??

Compare the files that use -g option and don't use -g option, the only difference is elf file, but on 3.71, psplinkusb can't work well with elf file.
What can i do?
by coolspace
Sun Jan 06, 2008 1:25 am
Forum: PSP Development
Topic: psp-gdb timeout error
Replies: 4
Views: 3368

I got the same error
So I changed using elf file to prx file.
This time it run well, but can't debug.
like this
[New Thread 0]
0x088043ac in ?? ()
(gdb) l
No symbol table is loaded. Use the "file" command
by coolspace
Sun Jan 06, 2008 1:03 am
Forum: PSP Development
Topic: questions about debug with psplink[solved]
Replies: 11
Views: 5582

questions about debug with psplink[solved]

My psp is slim with 3.71m33-3 I have setted up the psplink and then I run the usbhostfs_pc.exe on pc&#65292;and pspsh on pc then I typed debug xxx.elf And start a new command window,typed psp-gdb xxx.elf and then target remote localhost:10001 but I got this error (gdb) target remote localhost:10...
by coolspace
Wed Dec 26, 2007 4:17 pm
Forum: PSP Development
Topic: Some problem about pmf files
Replies: 0
Views: 954

Some problem about pmf files

Now,I have a problem about pmf files.
As we see,the video of pmf files can have different width and height.
my question is how to get the video width and height from a pmf files??
I've seen the PMF Player Module of magik.
But didn't find how to get it.
by coolspace
Tue Dec 04, 2007 1:48 pm
Forum: PSP Development
Topic: what't the Operating Sytem's name of PSP?
Replies: 5
Views: 2825

no official nam