toolchain & pspsdk topic (again)

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Bits
Posts: 11
Joined: Mon Sep 19, 2005 5:25 am
Location: UK

toolchain & pspsdk topic (again)

Post by Bits »

Hi all,

EDIT - I have no idea what this was all about. I decided to reinstall cygwin from scratch again, everything exactly the same except 2 things. I used a different server to get the files, and I downloaded and then installed, instead of direct installation from the download.
So anyway, it works now.
- EDIT


I installed the pspsdk for windows a few days ago and played a bit. Made my own hello world and it worked on my psp. Then I got to looking at the cygwin option and it looked so much tastier... better header files and so on.

Looking around on the web I noticed a lot of help, but I'm stuck somewhere.

1) I installed the latest cygwin. All the dev stuff, and the wget etc. (Almost the entire cygwin :)

2) I downloaded the toolchain (20050906) and ran toolchain.sh.

3) After about 30min the toolchain crashed. Looking at the results I noticed it was just after the pspsdk had been booked out. Problem follows...
  • U pspsdk
    Checked out revision 1037.
    .
    /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/automake/auto ... ng-aclocal
    /usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPUNIT
    ac-wrapper: /usr/bin/autom4te-2.5x is missing or not executable.
    Something is very wrong.
    aclocal: autom4te failed with exit status: 1
    ac-wrapper: /usr/bin/autoheader-2.5x is missing or not executable.
    Something is very wrong.
    ac-wrapper: /usr/bin/autoconf-2.5x is missing or not executable.
    Something is very wrong.
    automake: autoconf failed with exit status: 1
    ac-wrapper: /usr/bin/autoconf-2.5x is missing or not executable.
    Something is very wrong.
    grep: Makefile.in: No such file or directory
    cat: configure: No such file or directory
    ./toolchain.sh: line 245: ./configure: Permission denied
    ERROR RUNNING PSPSDK CONFIGURE
I checked usr/bin and I do have links files... aclocal, autom4te, autoconf , autoheader, but they are not named ...-2.5x

I tried running ./configure myself in pspsdk and it seemed to work successfully.

This also worked...
  • $ psp-gcc -v
    Using built-in specs.
    Target: psp
    Configured with: ../configure --prefix=/usr/local/pspdev --target=psp --enable-l
    anguages=c --with-newlib --without-headers
    Thread model: single
    gcc version 4.0.1 (PSPDEV 20050827)

But I cannot get the sample to compile (sdktest)

Can anyone help please.
You know all the answers to life... don't make me tell you again.
Post Reply