Search found 16 matches

by Swissidle
Tue Mar 10, 2009 3:03 pm
Forum: PSP Lua Player Development
Topic: Pls help..
Replies: 0
Views: 2216

Pls help..

I need help http://www.psp-programming.com/animate/wlan.rar i tested this sample to download using libcurl and it works fine. My question is: is it possible to use this function/eboot inside my lua application? if not.. can someone help me how to convert this c sourcecode into lua script? graphicsPr...
by Swissidle
Tue Mar 10, 2009 12:58 pm
Forum: PSP Development
Topic: Need some help on porting wget on psp
Replies: 4
Views: 1976

can i use curl on lua??
by Swissidle
Wed Mar 04, 2009 10:02 pm
Forum: PSP Lua Player Development
Topic: How to connect to wlan in luaplayer with wlan security?
Replies: 1
Views: 2778

How to connect to wlan in luaplayer with wlan security?

security: wpa-psk
encryption: tkip
w/ password

using dlink di-524

thanks..

I already tried the sample wlan code in the applications/wlan and it seems working using unsecured hotspot.

how can i make it work if its secured? thanks
by Swissidle
Wed Mar 04, 2009 5:45 pm
Forum: PSP Lua Player Development
Topic: Question about getting the DOWNLOAD LINK in PSP WEB-BROWSER
Replies: 1
Views: 2681

Question about getting the DOWNLOAD LINK in PSP WEB-BROWSER

is there a way that i can save links/url in psp web-browser. yes i know, you can bookmark any of the web pages/websites that you visited, but what i want is to save specific URL when downloading certain files over the psp web browser: Scenario: I visited ftp.microsoft.com, I browsed all of the files...
by Swissidle
Fri Jan 30, 2009 4:17 pm
Forum: PSP Development
Topic: Need some help on porting wget on psp
Replies: 4
Views: 1976

Ill try that out as soon as i get home :)

any suggestions??
by Swissidle
Fri Jan 30, 2009 1:44 am
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

try deleting all the previous pspdev folders that you've installed/compiled. it worked for me. just downloaded the latest psptoolchain using svn read the readme. if you're using ubuntu follow the ubuntu-readme, the readme and toolchain.sh worked for me, im using fedora 10. just make sure u've downlo...
by Swissidle
Fri Jan 30, 2009 1:21 am
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

close this thread pls. THANKS FOR THE HELP GUYS



<<<<<<<<<<<<<<<<<<< SOLVED >>>>>>>>>>>>>>>>>>>>
by Swissidle
Fri Jan 30, 2009 1:20 am
Forum: PSP Development
Topic: Need some help on porting wget on psp
Replies: 4
Views: 1976

Need some help on porting wget on psp

I mean use some GNU's wget functions that can download a certain file over internet. Any tips where should i start? does c/c++ has a built-in file downloader functions?? any tips would be a great help!! its been a day compiling the psptoolchain and atlast, i do make it work now thanks for some of yo...
by Swissidle
Thu Jan 29, 2009 8:41 pm
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 4003

&#91;root@ernesta psptoolchain&#93;# ./toolchain-sudo.sh ls&#58; cannot access /usr/include/readline/readline.h&#58; No such file or directory ERROR&#58; Install readline before continuing. ../depends/check-readline.sh&#58; Failed. ERROR&#58; Could not run the toolchain ...
by Swissidle
Thu Jan 29, 2009 8:28 pm
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 4003

ok im gonna remove all the psp component sh1ts and ill try it over again.

your talking about newlib 1.16 is there a way i can check what version of newlib im using sory im newbie in this kind of thing.
by Swissidle
Thu Jan 29, 2009 8:26 pm
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

@wally what section??

im using the latest gcc how ca i get the newlib 1.16?
by Swissidle
Thu Jan 29, 2009 8:04 pm
Forum: PSP Development
Topic: Toolchain compilation: gettimeofday problem
Replies: 12
Views: 4003

@ooPo

what OS are u using?
by Swissidle
Thu Jan 29, 2009 4:52 pm
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

i repeat all the process and i got this new error psp-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/libc/include -I../../src/base -I../../src/kernel -I../../src/user -I../../src/debug -g -O2 -G0 -Wall -DF_glue_gettimeofday libcglue.c -c -o glue_gettimeofday.o libcglue.c&#58;46&#58; error&#...
by Swissidle
Thu Jan 29, 2009 4:43 pm
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

this part?

Code: Select all

2&#41; Add the following to your login script&#58;
  export PSPDEV=/usr/local/pspdev
  export PATH=$PATH&#58;$PSPDEV/bin
i didn't miss any of the steps and i succesfuly compiled the toolchain.
by Swissidle
Thu Jan 29, 2009 3:39 pm
Forum: PSP Development
Topic: Succesfully compiled the PSPTOOLCHAIN BUT....
Replies: 12
Views: 5354

Succesfully compiled the PSPTOOLCHAIN BUT....

I'm getting this error whenever im trying to compile my sample code for psp. [root@ernesta helloworld]# make make: psp-config: Command not found Makefile:20: /lib/build.mak: No such file or directory make: *** No rule to make target `/lib/build.mak'. Stop. [root@ernesta helloworld]# im running fedor...
by Swissidle
Thu Jan 29, 2009 12:45 am
Forum: PSP Development
Topic: How To: Install PSPTOOLCHAIN **Updated**
Replies: 13
Views: 6234

ls: cannot access /usr/include/gmp.h: No such file or directory
ERROR: Install gmp before continuing.
../depends/check-gmp.sh: Failed.


anyone can help me with this? after running ./toolchain.sh

im using fedora 10.

thanks in advance