Search found 21 matches

by keit.c
Sat Sep 23, 2006 5:23 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

export PATH="/usr/local/ pspdev/bin:$PATH" most likely because you have extra spaces in there... fix that, and also try sudo env PATH="$PATH" make kxploit or do away with all this sudo and env nonsense by building code as your normal user, in directories you have access ...
by keit.c
Sat Sep 23, 2006 1:33 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/profiler$ export PATH="/usr/local/pspdev/bin:$PATH" saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/profiler$ sudo env PATH=$PATH make kxploit Password: env: pspdev/bin:/usr/local/sbin&am...
by keit.c
Fri Sep 22, 2006 8:16 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

saw@ubuntu:~$ nautilus /usr/local/pspdev/psp/sdk/samples/debug saw@ubuntu:~$ cd /usr/local/pspdev/psp/sdk/samples/debug/sio saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/sio$ export PATH="/usr/local/ pspdev/bin:$PATH" saw@ubuntu:/usr/local/pspd...
by keit.c
Fri Sep 22, 2006 12:04 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

help Me!
please...
by keit.c
Fri Sep 15, 2006 7:24 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

Wally4000 wrote:kxploit isnt installed mate..

you have to find it ( i havent got it)
where i find??
by keit.c
Thu Sep 14, 2006 4:38 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

yy
by keit.c
Wed Sep 13, 2006 10:39 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

Help Me,,
Ty
by keit.c
Sun Sep 10, 2006 1:25 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

thanks for the answers and your interest: Here what I have made: saw@ubuntu:~$ cd /usr/local/pspdev/psp/sdk/samples/debug$ saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug$ export PATH="/usr/local/psp dev/bin:$PATH" saw@ubuntu:/usr/local/pspdev/psp/sdk/sam...
by keit.c
Wed Sep 06, 2006 9:57 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

mmm
adding these paths to your PATH environment variable.
How I could make?
Thanks still for the answers
by keit.c
Tue Sep 05, 2006 10:21 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

saw@ubuntu:~$ cd /usr/local/pspdev/psp/sdk/samples/debug/kprintf saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/kprintf$ make make: psp-config: Command not found Makefile:16: /lib/build.mak: Nessun file o directory make: *** No rul...
by keit.c
Tue Sep 05, 2006 9:26 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

saw@ubuntu:~$ export PATH="/usr/local/pspdev/bin:$PATH" saw@ubuntu:~$ cd /usr/local/pspdev/psp/sdk/samples/debug/kprintf saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/kprintf$ make main.c make: Nothing to be done for `main.c'. saw@ubuntu&#5...
by keit.c
Tue Sep 05, 2006 4:37 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

It needs to be done while you're in the folder containing your sample. The one which has the file 'makefile'. saw@ubuntu:/usr/local/pspdev/psp/sdk/samples/debug/kprintf$ make main.c make: psp-config: Command not found Makefile:16: /lib/build.mak: Ness...
by keit.c
Tue Sep 05, 2006 2:56 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

dsn wrote:He's on a Linux box. A batch file isn't going to be of much use.

To make the two folders: make kxploit

Code: Select all

saw@ubuntu:~/Desktop$ make kxploit main.c
make: *** No rule to make target `kxploit'.  Stop.
:(
by keit.c
Mon Sep 04, 2006 10:08 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

dsn wrote:Have a look at the samples in /usr/local/pspdev/psp/sdk/samples. You can compile them with make.
Thanks for the answers,
But the two folder with the eboot as I create to them?
by keit.c
Mon Sep 04, 2006 5:23 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

Help please
Thanks
by keit.c
Sat Sep 02, 2006 3:46 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

/usr/bin/install -c -m 644 'pspsysmem.h' '/usr/local/pspdev/psp/sdk/include/pspsysmem.h' /usr/bin/install -c -m 644 'pspthreadman.h' '/usr/local/pspdev/psp/sdk/include/pspthreadman.h' /usr/bin/install -c -m 644 'pspstdio.h' '/usr/local/pspdev/psp/sdk/include/pspstdio.h' /usr/bin/install -c -m 644 '...
by keit.c
Fri Sep 01, 2006 10:33 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

I have made as you have said to me, and subsequently have executed: svn export svn://svn.ps2dev.org/psp/trunk/psptoolchain/ cd psptoolchain ./toolchain.sh This is the result, equal before: ( rm -f /usr/local/pspdev/bin/psp-unprotoize; \ /usr/bin/install -c unprotoize /usr/local/pspdev/bin/ps...
by keit.c
Fri Sep 01, 2006 8:43 pm
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

chp wrote:Upgrade automake to version 1.9, that should take care of those errors.
Where I can find it? You could say the name to me of the package? apt-get install
by keit.c
Wed Aug 30, 2006 2:54 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

Help Me.. Please
by keit.c
Fri Aug 25, 2006 7:26 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

if [ $? -eq 0 ]; then \ dir=`cd include; ${PWDCMD-pwd}`; \ for i in $files; do \ dest=`ls -ld /usr/local/pspdev/lib/gcc/psp/4.0.2/include/$i | sed -n 's/.*-> //p'`; \ if expr "$dest" : "$dir.*" > /dev/null; then \ rm -f /usr/local/pspdev...
by keit.c
Wed Aug 16, 2006 10:59 am
Forum: PSP Development
Topic: Compile for psp from linux
Replies: 41
Views: 16808

Compile for psp from linux

Hello to all, they are an Italian customer. I would want an aid R-with regard to the installation of the necessary packages, in order to compile programs for psp, and finally eboot. Use (UbuntU) Linux. I attend Answers Thanks





Thx to traduction http://babelfish.altavista.com/