Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Ok, really need assistance setting up toolchain

                  
   
  1. #1
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default Ok, really need assistance setting up toolchain

    I've installed a build of linux and I'm running things just fine. However, whenever I download the latest version of psptoolchain and try to install it, I get this error:

    akreeger@ubuntu-ak:~$ cd psptoolchain
    akreeger@ubuntu-ak:~/psptoolchain$ chmod a+x ./toolchain.sh
    akreeger@ubuntu-ak:~/psptoolchain$ ./toolchain.sh
    ERROR: Please make sure you have 'subversion (svn)' installed.
    akreeger@ubuntu-ak:~/psptoolchain$

    I know this seems like a novice mistake because it is and I'm not sure what to do. Any help would be appreciated.

  2. #2
    DCEmu Old Pro
    Join Date
    Sep 2006
    Location
    Sheffield, UK
    Posts
    1,629
    Rep Power
    94

    Default

    Install subversion then exactly like it says

    Cloudy

  3. #3
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default

    It would help to know what that even was. Links anyone?

  4. #4
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    10
    Rep Power
    0

    Default

    Subversion is the code repository used to store all of the SDK files. You need 'svn' the subversion client in order for the the toolchain script to check those files out.

    Since it appears you are running Ubuntu, there is a utility called apt which you use to install things...run the following from the command line to install...it will prompt you for your password...

    sudo apt-get install subversion

    I'm assuming the package is named 'subversion', it might be 'svn'. The 'sudo' lets the command run as the superuser so it can install the program. The rest of the command is using apt-get to install subversion...

    There is a graphical frontend for apt also included with Ubuntu(Synaptic?) that should be in the menu somewhere. But since you're already in a terminal the command line words fine...

  5. #5
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default

    Ah, thank you, right now I'm on a University computer and I will be sure to test this out as soon as I get back to my workstation. I appreciate your help. Keep you posted.

  6. #6
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    hope you get it working,I'm thinking about trying another install on my slackware box

  7. #7
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default

    Hey, it's working! It asked also to make sure I had 'automake' installed and I did the same thing for 'subversion'. Thanks a whole lot Coder_TimT, you're a friggin lifesaver!

  8. #8
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default

    Ok, so now I have another problem:

    I run "./toolchain.sh" and the bash runs for about 20 minutes until I get this error:

    ...
    A pspsdk/aclocal/ac_doxygen.m4
    A pspsdk/aclocal/pspdev.m4
    A pspsdk/aclocal/version.m4
    Exported revision 2048.
    creating cache ./config.cache
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... mipsallegrexel-psp-elf
    checking build system type... i686-pc-linux-gnulibc1
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether ln works... yes
    checking whether ln -s works... yes
    checking for gcc... gcc
    checking whether the C compiler (gcc ) works... no
    configure: error: installation or configuration problem: C compiler cannot create executables.
    ERROR CONFIGURING BINUTILS
    akreeger@ubuntu-ak:~/psptoolchain$

    Where do I go from here?

  9. #9
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    10
    Rep Power
    0

    Default

    "Binutils" contains the linker and assembler executables, which are seperate from the compiler. I would guess those didn't get installed...so try an 'apt-get install binutils'.

  10. #10
    PSP User Emeriastone's Avatar
    Join Date
    Feb 2006
    Location
    MO, USA
    Posts
    612
    Rep Power
    73

    Default

    checking for gcc... gcc
    checking whether the C compiler (gcc ) works... no
    configure: error: installation or configuration problem: C compiler cannot create executables.
    ERROR CONFIGURING BINUTILS
    akreeger@ubuntu-ak:~/psptoolchain$ sudo apt-get install binutils
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    binutils is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    akreeger@ubuntu-ak:~/psptoolchain$


    I get this result and then I even attempt to run "./toolchain.sh" again with the same result: "ERROR CONFIGURING BINUTILS"

    Suggestions?

Page 1 of 2 12 LastLast

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
  •