2 week before, I successfully installed the toolchain on my laptop, running Debian.
Yesterday, I want to update the toolchain, so I ran "./toolchain.sh"
../../../../../../newlib/libc/sys/psp/libcglue.c:272: erreur: syntax error before '*' token
../../../../../../newlib/libc/sys/psp/libcglue.c: In function '_opendir':
../../../../../../newlib/libc/sys/psp/libcglue.c:274: erreur: 'DIR' undeclared (first use in this function)
../../../../../../newlib/libc/sys/psp/libcglue.c:274: erreur: (Chaque identificateur non déclaré est rapporté une seule fois
../../../../../../newlib/libc/sys/psp/libcglue.c:274: erreur: pour chaque fonction dans laquelle il apparaît.)
../../../../../../newlib/libc/sys/psp/libcglue.c:274: erreur: 'dirp' undeclared (first use in this function)
../../../../../../newlib/libc/sys/psp/libcglue.c:282: erreur: syntax error before ')' token
make[5]: *** [_opendir.o] Erreur 1
make[5]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/sys/psp'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/sys'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib'
make[1]: *** [all-recursive-am] Erreur 2
make[1]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib'
make: *** [all-target-newlib] Erreur 2
ERROR BUILDING NEWLIB
Hmm. I guess its time to update the version on my site.
In case someone finds this thread in a search and the there's no prepackaged latest version, here's the updating instructions from the README.TXT included with psptoolchain:
============================
HOW CAN I STAY UP TO DATE?
============================
The psp toolchain itself isn't updated nearly as often as pspsdk itself
so you can usually stay up to date by just running:
./toolchain.sh -p
However, you can update the entire psp toolchain script, patches and sdk
by grabbing the latest version direct from the svn server:
svn update
./toolchain.sh
Making sure you're running the latest version is definately the first step in troubleshooting.
Just a little addition: (I still haven't search in this forum if anybody has the same problem)
It seems like I've got a "zoom" problem now...
It is to say that when I compile the "cube" sample (in sample/gu/cube of the sdk) all seems to be good, but when I launch the app, there is a cube, rotating... but I nearly not see it, because it's located "near the screen" (I don'tknow how to explain.. my english isn't very good)
With the previous version.. all was good if my memory is good ;)
PS: I'm running the app with a 2.0 firmware, with the EBOOT loader v0.6 from fanjita. (but it's the same since I started to develop for the PSP)