Results 1 to 4 of 4

Thread: cygwin problem

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    4
    Rep Power
    0

    Default cygwin problem

    hi, i am trying to install cygwin but i have some problems. when i type in ./toolchain.sh

    it gives this error
    ERROR: set $PSPDEV before continuing
    ../depends/check-pspdev.sh: Failed


    can someone help?

    Also if i type in ./toolchain-sudo.sh

    it says

    cannot run the toolchain script or something like that
    Last edited by cruisx; March 9th, 2008 at 16:27.

  2. #2
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    4
    Rep Power
    0

    Default

    can i just use a precompiled toolchain?

    http://www.forums.evilmana.com/index.php?topic=830.0

    or is that something different?

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

    Default

    The precompiled toolchain that you have linked is out dated. Googling "ERROR: set $PSPDEV before continuing" gave this as the first hit:

    http://www.psp-programming.com/forum...=2825.msg23625

    http://www.psp-programming.com/forum...=2390.msg21726

  4. #4
    DCEmu Newbie
    Join Date
    Mar 2008
    Posts
    1
    Rep Power
    0

    Default

    you need to set the PATHS before trying to execute the toolchain.sh ... to do this simply write the commands below in CYGWIN.

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

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
  •