Help the PSP 3D community grow! Vote for us below:


| | Development Center - Learn the basics of coding or talk about advanced coding techniques with other developers. |
Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!
You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.
Registration is fast, simple, and absolutely free so join our community today!
| 
10-12-2007, 12:22 PM
| | Senior Member
My Mood: | | Join Date: Mar 2006
Posts: 452
Points: 100,114.59 Donate | | its already compiled in there...
but if u really want to compile it yourself, here is the fastest way: File Details-PSPDev-for-Win32-PSP-Development -
this isnt a full compiler and cant compile many things because u cant add libraries to it, if u want to compile more complex things u need to get cygwin and install the psptoolchain
Last edited by flammingcowz : 10-12-2007 at 12:27 PM.
| 
10-12-2007, 06:53 PM
| | Moderator
My Mood: | | Join Date: Jun 2006 Location: Iacon, Cybertron Age: 20
Posts: 2,385
Points: 440,666.30 Donate | | | Does any one know how to compile for PSP on OS X? | 
10-12-2007, 07:22 PM
| | Senior Member
My Mood: | | Join Date: Mar 2006
Posts: 452
Points: 100,114.59 Donate | | | dq9, emulate windows or linux, or u may be able to install the toolchain from macs terminal, or maybe theres a cygwin build for mac | 
10-13-2007, 12:02 AM
| | Moderator
My Mood: | | Join Date: Jun 2006 Location: Iacon, Cybertron Age: 20
Posts: 2,385
Points: 440,666.30 Donate | | | I have cygwin on XP on Parallels, but it compiles so slow. I'll Google it. | 
10-13-2007, 07:55 AM
| | Member
My Mood: | | Join Date: Jun 2006
Posts: 83
Points: 40.97 Donate | | Quote:
Originally Posted by flammingcowz its already compiled in there...
but if u really want to compile it yourself, here is the fastest way: File Details-PSPDev-for-Win32-PSP-Development -
this isnt a full compiler and cant compile many things because u cant add libraries to it, if u want to compile more complex things u need to get cygwin and install the psptoolchain | OK, i installed cygwin but how do i install psptoolchain on windows? Code:
==================
HOW DO I USE IT?
==================
Basically, you run the toolchain script:
## Make the script executable.
chmod a+x ./toolchain.sh
## Run the script.
./toolchain.sh
First, this script will attempt to make sure you have all the programs
you need to build the toolchain. Then it will download the source from
various places on the internet. Finally, it will compile and build the
source. This may take a long time.
Once finished, you need to add the following to your login settings:
## PSPDEV SETTINGS
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/pspsdk"
export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:/home/pspcvs"
export PATH="$PATH:$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
Then you're done! Looks like it's only for Linux... | 
10-13-2007, 09:00 AM
| | Senior Member
My Mood: | | Join Date: Mar 2006
Posts: 452
Points: 100,114.59 Donate | | | run cygwin, its a linux command line and type in what it says to type in to linux | 
10-13-2007, 10:06 AM
| | Moderator
My Mood: | | Join Date: Jun 2006 Location: Iacon, Cybertron Age: 20
Posts: 2,385
Points: 440,666.30 Donate | | | While your running cygwin you will have to use the Linux commands. The Dos command prompt commands will not work. But you have to be running cygwin for that. | 
10-14-2007, 07:09 AM
| | Member
My Mood: | | Join Date: Jun 2006
Posts: 83
Points: 40.97 Donate | | | OK, but cygwin is not working because i have the wrong version of cygreadline6.dll. Somebody knows where i can get it? | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is On Points Per Thread View: 0.00 Points Per Thread: 1.00 Points Per Reply: 0.10 | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | compiling lua | levman | Development Center | 5 | 08-17-2006 12:10 PM | | Cygwin compiling problem | wolfslayer500 | Development Center | 14 | 01-25-2006 07:35 AM | | |