Wednesday, November 21, 2007

Red Bumps On Stomach And Pubic Area

3.2) Compiler Installation PSP Windows

If you skip this whole part of course Linux
. On Windows, we're going to install the same psptoolchain for linux but using a small emulator to believe that the program to run on Linux.

first need to download the 'installer' psp toolchain. Take them out from this site
http://ps2dev.org/
in the psp to make sure you have the 'latest version. Download Cygwin also searching the web with
http://www.google.it/
or otherwise. Download and install it by double-clicking on 'executable Cigwin. Click "Next" and select "Install from Internet" and click on "next". Here we can now choose where to install Cygwin. The "root directory" should be set to "C: \\ cygwin" if you have the 'installation Windows on another partition other than C: a change in C: with the correct letter. Ignore all other settings and click "next". Now they ask where to put files that are downloaded and installed by cygwin. When the 'installation is finished, you can also delete them to save space on' hard disk. Click "Next" and asks you about your connection, if you do not know what to say do not change nothing and click "next". Now will be shown a list of servers from which you can download the installation file, click on one of them and click "next". It will now download the list of components, which will take a few minutes, depending to your connection speed. Once this is done, click "view" on top of the screen components available for installation. You'll need the following:

autoconf 2.1 automake 1.9
gcc

gcc-g + +
make
patchutils subversion
You can select them by clicking where it says "skip." "Skip" will change to a version number. Do not worry if other components are selected, and those required by Cygwin or components you selected will automatically be set to download (if necessary). After the selection, click "next". Cygwin download and install the selected components. This will take some time, so going to watch a TV show or surf while waiting. After finishing the installation, you're ready to install the psp toolchain. Let's go to the Start menu or the folder where we installed Cygwin ("C: \\ cigwin" if we did not change anything) and we start "Cygwin bash shell by clicking on the file" cygwin.bat "double click. It should start a command line. After seeing "username @ computername ~" you can close the window, the 'environment has been properly set and started. Now take the PSP toolchain that you have already downloaded and used Winrar or Winzip to extract the contents of file "C: / cygwin / home / user" where "user" is your username. the PSP toolchain needs some modification to work with Cygwin, then start the notepad, and open "C: / cygwin / home / user / psptoolchain / toolchain.sh" and do a "Find and Replace With" to replace all instances of "gmake" to "make" and all instances of "gpatch" in "patch" and save the file. Now it's time to install it, and then open the "Cygwin bash shell" again. Now it's time to get you started using the Linux command line (which we use with Cygwin). You should see a "$" on top of the line. Now we have to change the folder in which we find to move on that called "psptoolchain. Type in "ls" in the bash shell, this is going to list. We will have as a result of Lystra all files in the current directory (this command is similar to "dir" command line in Windows). Now you should see a folder called "psptoolchain" where we go. Then type "cd psptoolchain" and hit enter. "Cd" is used to change the folder, and change (of course) the current folder in which we operate. Now, take a quick "ls" again, and you'll see the files in this folder. What we need is "toolchain.sh. To run this file, type ". / Toolchain.sh" and press Enter. In Linux, "." indicate the current directory, and ".." indicates the parent directory, then run this command indicates "toolchain.sh," located in the current directory. The script "toolchain.sh" will do the rest for you. This can lead to last several hours, according to the specifications of your machine. For reference, my 3.0GHz Pentium 4 took about three hours to run the entire script, so please be patient. Well leave your PC if you want, and go out and do another.

Now that everything is downloaded and installed the last step we have to do. We must tell CYGWIN where it can find the PSPSDK (what the toolchain just installed) and the toolchain. To do this, we need to change "C: / cygwin / cygwin.bat" to include paths. So close Cygwin, and reach "C: / cygwin" and click the right mouse button on cygwin.bat. Select "Edit" and you should see a notepad window with the following:
@ echo off

    C:
  • chdir C: \\ cygwin \\ bin
  • bash - login-i
  • Replace everything with them:
  • @ echo off

C:


chdir C: \\ cygwin \\ bin


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

bash - Login-i


are now ready to begin! If you want to compile the sources, go to the directory where you will find moving with "cd" and type "make kxploit" and you should receive an EBOOT.PBP that you can put in your PSP 1.50.
From now on we will have fun more ...


0 comments:

Post a Comment