Results 1 to 5 of 5

Thread: Linux PSP IDE

                  
   
  1. #1

    Default Linux PSP IDE

    Hi Guys,

    Is there a Linux IDE for the PSP ? Could someone point me in the right directions ?

    TIA,
    NB

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    Just use any of the existing IDEs. Code::Blocks, Anjunta, Vi, Emacs.

    All of them should support makefile projects.

  3. #3

    Default

    I probably phrased this question wrong. What I am looking for is a way to compile code for the PSP on a linux box. I am pretty new to C programming and PSP programming but I want to be able to code and compile on linux ? Can someone recommend some links to help me get started ?

  4. #4
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    My last answer still applies. Talk to the guys at PSP-Programming, they should help you get the toolchain setup on a *nix box which is what I am assuming you are having trouble with.

    If you are new to programming, then learn the language first on a PC platform before moving to other hardware otherwise you are on a VERY steep and slippery learning curve.

  5. #5

    Default

    This page is what I used. Here it is broken down into steps. You'll need subversion installed.

    cd && mkdir pspdev && cd pspdev
    svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
    cd psptoolchain
    ./toolchain.sh
    cd .. && printf 'export PSPDEV="/usr/local/pspdev"\nexport PATH="$PATH:$PSPDEV/bin"' >> /etc/profile
    svn co svn://svn.ps2dev.org/psp/trunk/pspsdk && cd pspsdk
    ./bootstrap
    ./configure && make && make install && cd ..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •