PSPLINK on slim and lite

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
helboi
Posts: 9
Joined: Wed Mar 26, 2008 1:18 am

PSPLINK on slim and lite

Post by helboi »

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?
adrahil
Posts: 274
Joined: Thu Mar 16, 2006 1:55 am

Post by adrahil »

It's not? Oh my, the SVN version should be changed to support Fat only :) </sarcasm>
snowsquirrel
Posts: 51
Joined: Sun Feb 24, 2008 3:36 am

Post by snowsquirrel »

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
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Re: PSPLINK on slim and lite

Post by Wally »

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
helboi
Posts: 9
Joined: Wed Mar 26, 2008 1:18 am

Post by helboi »

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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Make sure you have the libusb dev package installed before trying to compile psplinkusb.
Post Reply