compile DaX Mac Spoofer - psppacker error

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

Moderators: cheriff, TyRaNiD

Post Reply
rReLmy
Posts: 3
Joined: Thu Dec 27, 2007 4:42 am

compile DaX Mac Spoofer - psppacker error

Post by rReLmy »

Hi

I tried to re-compile the macspoofer Plugin by Dark_AleX

Code: Select all

remy@soprano710:~/Desktop/macspoofer/src/macspoofer$ make
psppacker 371P macspoofer.prx
make: psppacker: Command not found
make: *** [release] Error 127
psppacker should be installed
The installation was successful without errors

Code: Select all

cd $PSPDEV
svn co svn://svn.ps2dev.org/psp/trunk/psppacker
cd psppacker
make
Something wrong?

I'm using Ubuntu 7.10

bye
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

I am not sure what psppacker that is, what ever it is it isn't the psppacker in svn. It is possible to import patcher I guess.
snow
Posts: 31
Joined: Sat Dec 15, 2007 12:34 pm

Post by snow »

Can you call it from the command line? Is this an issue with the script not recognizing the PSP path?
rReLmy
Posts: 3
Joined: Thu Dec 27, 2007 4:42 am

Post by rReLmy »

Thanks for the informations

@snow, what do you mean with «call it from the cl»?
There is no command «psppacker», but i can execute «$PSPDEV/psppacker/pc/psp-packer»
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

rReLmy wrote:Thanks for the informations

@snow, what do you mean with «call it from the cl»?
There is no command «psppacker», but i can execute «$PSPDEV/psppacker/pc/psp-packer»
try this in terminal in the psppacker/pc dir

sudo cp psp-packer /usr/local/pspdev/bin

try typing psp-packer to confirm it works, then change the makefile so instead of psppacker its psp-packer.
rReLmy
Posts: 3
Joined: Thu Dec 27, 2007 4:42 am

Post by rReLmy »

no, it isn't the psppacker needed.

I tried it already with

Code: Select all

release: all
        $(PSPDEV)/pspacker/pc/psp-packer 371P macspoofer.prx

TARGET = macspoofer
[...]
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

remove psppacker reference from makefile.

psppacker (not the one in svn, it is such a common name i used same name lol) is a tool i made to compress and pack modules in ~psp-gzip format for M33 and the one i use to compress my modules. It is not finished yet, when it is done I'll release it.

Anyways, you can just ignore the error. the prx you have is fully functional.
KickinAezz
Posts: 328
Joined: Sun Jun 03, 2007 10:05 pm

Post by KickinAezz »

moonlight wrote:remove psppacker reference from makefile.

psppacker (not the one in svn, it is such a common name i used same name lol) is a tool i made to compress and pack modules in ~psp-gzip format for M33 and the one i use to compress my modules. It is not finished yet, when it is done I'll release it.

Anyways, you can just ignore the error. the prx you have is fully functional.
Does that say ~psp? Wow :O

The one psp sdk cant create.
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Post Reply