You are not logged in.

#1 2006-07-16 01:07:21

MasterChief1234
Member
Registered: 2006-05-13
Posts: 49

Trying to install psptoolchain...

I am trying to compile psptoolchain from source but I need svn I can't find it in the repos do I need to compile it from source and has anyone compilied psptoolchain from source sucessfully in archlinux ?

Offline

#2 2006-07-16 21:52:19

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Trying to install psptoolchain...

To get svn:
pacman -S subversion

Offline

#3 2006-07-16 23:32:23

MasterChief1234
Member
Registered: 2006-05-13
Posts: 49

Re: Trying to install psptoolchain...

Nope that still doesn't work. I have it installed, it's just not working. I have tried uninstalling and re-installing many times with no luck.

I tried "svn update" and this is what I got:

svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is en_US.utf8
svn: error: please check that your locale name is correct

Offline

#4 2006-07-17 00:34:43

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Trying to install psptoolchain...

Did you uncommented the locale that your are using in /etc/locale.gen and ran locale-gen afterwards?

Offline

#5 2006-07-17 00:56:12

MasterChief1234
Member
Registered: 2006-05-13
Posts: 49

Re: Trying to install psptoolchain...

Thank you ! I finally got the script working smile Now I can develop programs for my psp. Now I just got to wait 1-4 hours for it to compile. smile

I have one more question. Where are my login settings kept ? I need to add something to it namely:

export PATH="/usr/local/pspdev/bin:$PATH"

Offline

#6 2006-07-17 03:02:53

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: Trying to install psptoolchain...

MasterChief1234 wrote:

Where are my login settings kept ? I need to add something to it namely:

export PATH="/usr/local/pspdev/bin:$PATH"

The proper place to add that would be in the <code>~/.bash_profile</code> file...

Offline

#7 2006-07-17 03:26:57

MasterChief1234
Member
Registered: 2006-05-13
Posts: 49

Re: Trying to install psptoolchain...

This is my last question and then I'm done....

I have finished wiriting my program and I am trying to put into a binary but I am having trouble with the Makefile. Here is the error:

make: psp-config: Command not found
Makefile:12: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'.  Stop.

It seems to be a problem with /lib/build.mak which doesn't exist and I need it. Thank you for helping me so far I am almost done.

Offline

#8 2006-07-17 05:17:08

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Trying to install psptoolchain...

Maybe the /lib/build.mak error comes from the "psp-config: Command not found"  error. Do you have psp-config on your system? And is it installed in a directory included in your PATH?

Offline

Board footer

Powered by FluxBB