How the devil would u compile a web browser...........??

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
agent_stewie
Posts: 7
Joined: Sat Jun 25, 2005 3:35 am

How the devil would u compile a web browser...........??

Post by agent_stewie »

I'm working on a web browser............ I need to compile it on the psp....... how would I compile my webbrowser it has lots of c/c++ files.... and if i use psp toolchain can someone explain how to use it with out Helllo World instructions.........
___________________________________________
Don't Get Hooked on Drugs Get Hooked on Phonics
pcostabel
Posts: 11
Joined: Sat Jun 25, 2005 1:19 am

Post by pcostabel »

See this thread for compiling c++ code:

http://forums.ps2dev.org/viewtopic.php?t=2136

Someone should make a sticky with an example makefile since everybody is asking the same question....
LiquidIce
Posts: 55
Joined: Mon Apr 04, 2005 1:15 am
Contact:

Post by LiquidIce »

A Web Browser will come in due time, but first we need to get the sceNet functions working. I started a thread, but so far nobody has been able to get to the Wifi selection screen.

http://forums.ps2dev.org/viewtopic.php?t=2211

Once we can launch that, and start opening socket connections, a web browser will be easy to put together using some open source software slightly modified for the psp.

The big question now is, how do we load the pspnet.prx file into memory to be able to access the sceNet and sceHttp functions listed here:

http://pspdev.ofcode.com/api.php?type=2&id=186
agent_stewie
Posts: 7
Joined: Sat Jun 25, 2005 3:35 am

Post by agent_stewie »

thanks man...
___________________________________________
Don't Get Hooked on Drugs Get Hooked on Phonics
Post Reply