Ultimate Amiga

Ultimate Amiga Emulation => PSPUAE => Current Development => Topic started by: FOL on September 20, 2009, 04:37:38 AM

Title: PSP Dev Enviroment Guide!!!!! (20-Sept-09)
Post by: FOL on September 20, 2009, 04:37:38 AM
This guide will help you setup a working PSP dev enviroment and toolchain (Windows ONLY).

STEP 1
--------

Download Cygwin Setup here (http://www.pspuae.com/betas/devtools/CygwinSetup.zip).
Once downloaded, extract the Archive to a location of your choice.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cygwin_unpack.jpg)

Once its extracted, navigate to the cygwin setup folder and double click the "setup" file.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/nav_cyg.jpg)

The installer will then start.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install1.jpg)

Click "Next"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install2.jpg)

Select "Install from local directory", then click "Next"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install3.jpg)

At this screen leave all the options as default and click "Next"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install4.jpg)

It should by default point to the install files as the setup file was launched from the same location.
If it does, simply point it to the dir you extracted the original cygwin setup archive.
Click "Next"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install5.jpg)

It will now display all the packages that will be installed. You dont need to select anything or alter anything as it knows what to install.
Click "Next"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install6.jpg)

It will now install the compiler (Cygwin).

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_install7.jpg)

Once it has installed, it will ask if you want shortcuts. Leave them ticked and click "Finish"
Thats it for the compiler install.

Step 2
-------
Download Cygwin1.dll here (http://www.pspuae.com/betas/devtools/cygwin1.zip)
The reason for this step is simply cause the new cygwin1 dll file doesnt like psp toolchain. I dont know why, so this gets round that problem.

Once downloaded, extract it. Now navigate to your extracted location. You will find a file called cygwin1.dll

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg1dll.jpg)

Now open a new window (i.e. navigate to cygwin install dir).

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_dir.jpg)

Open the "bin" folder. Rename Cygwin1.dll to Cygwin1.dllold

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg1dllren.jpg)

Now drag & drop the extracted Cygwin1.dll to the location of the renamed Cygwin1.dll

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg1dllcopy.jpg)

Step 3
-------

Download the PSPToolChain here (http://www.pspuae.com/betas/devtools/pspdev.zip).
(Note:- This Toolchain is from last year. The reason for this is simple.
All Toolchains after were compiled without optimisations. This made anything compiled with it slow, it halved the speed of current PSPUAE).


Once Downloaded, extract it. Now navigate to the extracted folder.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/pspdev1.jpg)

Now open a new window and navigate to "C:Cygwin/usr/local/" folder

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/pspdev2.jpg)

Now drag & drop "PSPDEV" folder from the extracted location to "local" folder

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/pspdev3.jpg)

Step 4
-------
Navigate to "C:Cygwin" folder.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/cyg_dir.jpg)

Now double click the "Cygwin" bat file (Icon with cog). It will now open the bash prompt and set up the compiler for the current windows user.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bash1.jpg)

Close the window. Now right click "Cygwin.bat" file and select "Edit"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bash2.jpg)

Copy and paste the following text;

set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev


The bat file should now look like this
(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bat_edit.jpg)

Now save the file and exit.

Now double click the "Cygwin.bat" file again. It will now launch the bash prompt.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/prompt1.jpg)

Now type "nano .bash_profile" (theres a space between nano and .)

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bash_profile.jpg)

Press Enter

Goto the end of the bash_profile and add the following lines;

export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin

After adding the lines above your profile will look like this.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/exports_1.jpg)

Save the file by pressing "Left CTRL and O". Then press "Enter", now press "Left CTRL and X" to exit nano editor.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bash3.jpg)

Step 5
-------

We should still be on the bash prompt. The final step is to create a "Projects" folder.
Type "mkdir Projects"

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/bash4.jpg)

Then press "Enter"

You will now have a Projects folder to keep, you guessed it your source code, ready for compiling.
(Note:- The projects folder is located in the C:Cygwin/Home/(Your Windows User)/Projects/.
The Home folder is created when you first launch "cygwin.bat" file.


Step 6
-------

Download any PSPUAE source code (http://www.ultimateamiga.co.uk/index.php?action=tpmod;dl=cat5), extract it to the "Projects" folder of Cygwin.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/compile1.jpg)

Now launch Cygwin (if not already launched), at the bash prompt, type;

cd Projects
Press enter

cd (source dir, i.e. pspuae_041)
Press enter

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/compile2.jpg)

If you left the course dir intact, then you need to type;

cd src
press enter

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/compile3.jpg)

Now we can compile PSPUAE source.
Type ;
"make -j8 clean"
Press enter

This makes sure no old compiled code is left in the compile dir. So you can compile fresh.
Just so you know, "-j8" tells the compiler to do 8 operations at once, making it compile faster.


Now type;
"make -j8"
Press enter

It will now start to compile PSPUAE.

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/compile4.jpg)

If your successful, you will get a screen like this

(http://www.ultimateamiga.co.uk/betas/devtools/cyginstall/compile5.jpg)

Thats it your done, :). Enjoy.

Any problems, post here and I will help you.
Title: Re: PSP Dev Enviroment Guide!!!!! (20-Sept-09)
Post by: skateblind on September 20, 2009, 09:29:48 AM
Do I need a PSP to run the compiled source?  :D ;)
Title: Re: PSP Dev Enviroment Guide!!!!! (20-Sept-09)
Post by: FOL on September 20, 2009, 09:54:40 AM
Do I need a PSP to run the compiled source?  :D ;)

LMFAO, your not funny.

Well technically you DONT.
You could always try the Windows PSP Emulator.
Title: Re: PSP Dev Enviroment Guide!!!!! (20-Sept-09)
Post by: Hungry Horace on September 20, 2009, 11:12:40 AM
so when are the OSX / Linux setup guides coming? :)
Title: Re: PSP Dev Enviroment Guide!!!!! (20-Sept-09)
Post by: FOL on September 21, 2009, 01:53:27 AM
so when are the OSX / Linux setup guides coming? :)

I already linked you up.

Its alot easier on Linux using synaptics.

EDIT:- For those with linux, you need to follow this guide here!!! (http://www.guztech.nl/tutorials/38-psp/49-setting-up-the-psptoolchain)
This guide is great, helped when I first setup the toolchain in linux.