Search found 12 matches

by charafe
Wed Sep 12, 2007 11:41 pm
Forum: PSP Development
Topic: Error when installing psptoolchain-sudo
Replies: 1
Views: 1042

when i try ./psptoolchain.sh it says
Add /usr/local/pspdev//bin to your path before continuing.
I put
export PSPDEV=/usr/local/pspdev
export PATH="$PATH:$PSPDEV/bin:$PSPDEV/bin/bin"
in my home directory in .bashrc and bash_profile... but no thing change..
by charafe
Wed Sep 12, 2007 11:21 pm
Forum: PSP Development
Topic: Error when installing psptoolchain-sudo
Replies: 1
Views: 1042

Error when installing psptoolchain-sudo

Hi all, I am trying to install psptoolchain under ubuntu, but i got the following error when compiling: automake: Makefile.am: unterminated conditionals: @DX_COND_doc_TRUE@ @DX_COND_html_TRUE@ @DX_COND_chm_TRUE@ @DX_COND_chi_TRUE@ @DX_COND_man_TRUE@ @DX_COND_rtf_TRUE@ @DX_CON...
by charafe
Fri Sep 07, 2007 12:38 am
Forum: PSP Development
Topic: Can't install toolchain?
Replies: 8
Views: 3414

Reinstalling toolchain

Hi I would like to know how to add the environmental variable to my path. This is what i did: charafe@charafe-laptop:~/code-dev/psptoolchain$ sudo ./toolchain.sh ERROR: Add /usr/local/pspdev//bin to your path before continuing. ../depends/check-pspdev.sh: Failed. charafe@charafe-laptop:~/code-dev/ps...
by charafe
Tue May 08, 2007 3:33 am
Forum: PSP Development
Topic: Wifi specification
Replies: 0
Views: 1156

Wifi specification

Hi, I am looking for the technical specification of the wifi receiver in the PSP in order to calculate a the RSS (radio signal strengh in dB) from the RSSI (which is in %). Does any have already done this?

Thank you...
by charafe
Fri Apr 06, 2007 6:57 pm
Forum: PSP Development
Topic: Executing EBOOT on 3.03
Replies: 6
Views: 3406

Unable to launch EBOOT

Hi, I am trying to launch EBOOT in the folder /PSP/GAME or /PSP/GAME3.03 but it doesn't work. I use the same procedure as when I was using folder /PSP/GAME1.5 . It was working in that folder. So I even tried to put EBOOT from samples of the SDK. It didnt work. Do you have any idea?

Thanks..
by charafe
Tue Apr 03, 2007 5:48 pm
Forum: PSP Development
Topic: Executing EBOOT on 3.03
Replies: 6
Views: 3406

Thank you,
When executing EBOOT on 3.03, do we need a UMD game to be inserted or the demo is enough?
Do I need to buy a UMD game or the demo that comes with the PSP is enough to execute the EBOOT? (in my case it didn t work)...

Thanks
by charafe
Mon Apr 02, 2007 10:38 pm
Forum: PSP Development
Topic: Executing EBOOT on 3.03
Replies: 6
Views: 3406

Executing EBOOT on 3.03

Hi,

When executing EBOOT on 3.03, do we need a UMD game to be inserted or the demo is enough?
I have been told that a key bin file has to be present in the folder. Do you know what it is? and how to create it when programming our own homebrew?

Thank you...
by charafe
Tue Mar 27, 2007 6:23 pm
Forum: PSP Development
Topic: Matchingcallback in adhoc connection
Replies: 0
Views: 1608

Matchingcallback in adhoc connection

Hi, I am having trouble with the matchingcallback: it looks like it doesn't take any event into consideration. Here is my code (taken from PspPet) void matchingCallback(int unk1, int event, char *mac2, int optLen, char *optData) { // This is called when there is an event, do...
by charafe
Thu Mar 08, 2007 3:30 am
Forum: PSP Development
Topic: Ad hoc network
Replies: 2
Views: 2680

[EDIT] I found something on http://psp-news.dcemu.co.uk/smsplus.shtml and there is the source code, i'll check tomorow... Ok, I am answering myself: What modules to use? We have to look in utility Directory Reference. There we can found different header that contains different functions for creating...
by charafe
Mon Mar 05, 2007 8:28 pm
Forum: PSP Development
Topic: Ad hoc network
Replies: 2
Views: 2680

Ad hoc network

Hi,

I would like to know how to create a Ad hoc connection. What modules to use? Where to find the information about modules when we need something? do you know if there any tutorial on networks with the PSP?

thank you, all responses are welcome...

Rad
by charafe
Wed Feb 21, 2007 10:06 pm
Forum: PSP Development
Topic: Installing toolchain with cygwin
Replies: 8
Views: 3338

PSP-GCC is well installed. What I would like to know if PSPSDK provide a framework development for PSP?
Another question, why PS2DEV.ORG/PSP is not working? i have blank pages...
by charafe
Tue Feb 06, 2007 7:44 pm
Forum: PSP Development
Topic: Installing toolchain with cygwin
Replies: 8
Views: 3338

Installing PSPSDK on linux

Hi I am triyng to install PSPSDK on my Ubuntu. Installation of psptool chain has been done successfuly, but when I launch the install of pspsdk I get this error: charafe@charafe-laptop:~/CometProject/pspsdk_1.0-beta2$ sudo ./configure checking for pspsdk version... 1.0+beta2 checking for psp...