| View previous topic :: View next topic |
| Author |
Message |
helboi
Joined: 26 Mar 2008 Posts: 9
|
Posted: Sun Apr 06, 2008 9:21 pm Post subject: PSPLINK on slim and lite |
|
|
Hi guys,
I heard that PSPLink is a great tool to ease development and debuging on the psp. Unfortunately i use psp slim and light and it seems to be non compatible with S&L
Is there an alternative? |
|
| Back to top |
|
 |
adrahil
Joined: 16 Mar 2006 Posts: 277
|
Posted: Sun Apr 06, 2008 9:55 pm Post subject: |
|
|
| It's not? Oh my, the SVN version should be changed to support Fat only :) </sarcasm> |
|
| Back to top |
|
 |
snowsquirrel
Joined: 24 Feb 2008 Posts: 51
|
Posted: Mon Apr 07, 2008 5:20 am Post subject: |
|
|
get the svn version (3.0), not the 2.0 bundle. Then build it. Take what is in release_oe, that is the prx version.
~S |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Mon Apr 07, 2008 12:33 pm Post subject: Re: PSPLINK on slim and lite |
|
|
| helboi wrote: | Hi guys,
I heard that PSPLink is a great tool to ease development and debuging on the psp. Unfortunately i use psp slim and light and it seems to be non compatible with S&L
Is there an alternative? |
Use PSPlinkUSB not PSPlink and it will work fine.
Wally |
|
| Back to top |
|
 |
helboi
Joined: 26 Mar 2008 Posts: 9
|
Posted: Tue Apr 08, 2008 4:18 am Post subject: |
|
|
i did like u said bit i've got this message
shell.c(2144) : error: syntax error before 's32'
shell.c: In function 'print_row':
shell.c(2150) : error: 'addr' undeclared (first use in this function)
shell.c(2150) : error: (Each undeclared identifier is reported only once
shell.c(2150) : error: for each function it appears in.)
shell.c(2153) : error: 'type' undeclared (first use in this function)
shell.c(2157) : error: 'row_size' undeclared (first use in this function)
shell.c(2159) : error: 'row' undeclared (first use in this function)
shell.c: At top level:
shell.c(2228) : error: syntax error before 's32'
shell.c: In function 'print_memdump':
shell.c(2233) : error: 'addr' undeclared (first use in this function)
shell.c(2235) : error: 'type' undeclared (first use in this function)
shell.c(2251) : error: 'size' undeclared (first use in this function)
shell.c: In function 'memdump_cmd':
shell.c(2274) : error: 's32' undeclared (first use in this function)
shell.c(2274) : error: syntax error before 'size_left'
shell.c(2317) : error: 'size_left' undeclared (first use in this function)
make[2]: *** [shell.o] Error 1
make[2]: Leaving directory `/home/Haythem/psplinkusb/psplink'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Haythem/psplinkusb'
make: *** [all] Error 2 |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Tue Apr 08, 2008 5:57 am Post subject: |
|
|
| Make sure you have the libusb dev package installed before trying to compile psplinkusb. |
|
| Back to top |
|
 |
|