| View previous topic :: View next topic |
| Author |
Message |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Fri Oct 17, 2008 4:45 am Post subject: TVSP 4.xx version... |
|
|
I've just downloaded TVSP source code. But it is for 1.50 kernel... I tried to port it for 4.xx kernel but i couldn't.
It succesfully built but when i tried to run this. it gives 8002013C error!
This is source code:
http://rapidshare.com/files/154660296/tvpsp.rar.html
What should i do? Could you help me for this?
Thanks.
--------
Sorry for my bad English... _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Sat Oct 18, 2008 8:08 am Post subject: |
|
|
| Well, it look like you are calling on a library thats it not found, or dont exist. You can always look in the pspkerror.h for the error codes. Ill look at the source for ya. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Sun Oct 19, 2008 8:55 am Post subject: |
|
|
| Look in the samples directory and make sure your makefile and main.c have all the stuff you need in them. I'd get the 800blahblahc error if no heapsize is declared. |
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Sun Oct 19, 2008 6:46 pm Post subject: |
|
|
i added heap size but it didn't run again.
| Code: | | PSP_HEAP_SIZE_MAX(); |
and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks.. _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Mon Oct 20, 2008 1:34 pm Post subject: |
|
|
| ardatan wrote: | i added heap size but it didn't run again.
| Code: | | PSP_HEAP_SIZE_MAX(); |
and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks.. |
I had a whirl at compiling this, seems I replicate the same error as you, I'll keep looking between other projects |
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Sun Oct 26, 2008 4:29 am Post subject: |
|
|
is there another person who could help me? _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Sun Oct 26, 2008 12:43 pm Post subject: |
|
|
At least you have to re-write a part of the wlan communication. (It might not be the only thing that cause your problem.)
To init the comm, you have to use ret =sceUtilityLoadNetModule(PSP_NET_MODULE_COMMON);
and ret = sceUtilityLoadNetModule(PSP_NET_MODULE_INET);
check in the SDK there are some samples
or you can have a look here _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
ardatan
Joined: 12 Jan 2008 Posts: 44
|
Posted: Sat Nov 01, 2008 5:57 am Post subject: |
|
|
thanks. two days ago, i have already solved this problem with looking another wlan sample for 3.xx kernel... now i have a problem with streaming from computer with jpeg codec. i want to use mpeg codec. how can i change this code and make a server? _________________ I'm sorry for my bad English. |
|
| Back to top |
|
 |
|