![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Can't build toolchain on Linux within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hello everyone! I got it installed on Windows, but can't do it in Linux (Fedora 8). Error is: Code: mkdir ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
Hello everyone!
I got it installed on Windows, but can't do it in Linux (Fedora 8). Error is: Code:
mkdir -p -- psp/libgloss Configuring in psp/libgloss configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... Invalid configuration `psp': machine `psp' not recognized configure: error: /bin/sh ../../../libgloss/../config.sub psp failed make[1]: *** [configure-target-libgloss] Error 1 make[1]: *** Waiting for unfinished jobs.... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking host system type... Invalid configuration `psp': machine `psp' not recognized configure: error: /bin/sh ../../../newlib/../config.sub psp failed make[1]: *** [configure-target-newlib] Error 1 make[1]: Leaving directory `/home/leo/psptoolchain/newlib-1.15.0/build-psp' make: *** [all] Error 2 Hmm... I did uninstall Windows, but I kept the Cygwin installation. Maybe I can use those with Wine? Thanks in advance! |
|
|
|
|
|
#2 |
![]() ![]() It's good to be free...
|
Well, it's pretty clear that something failed earlier in the toolchain process. How are you trying to build it? I believe the proper way on a Linux machine is to do sudo ./toolchain-sudo.sh (but I'm not sure...all I know is that that worked for me).
__________________
pəʇuɒɹɓ ɹoɟ ɓuɪɥʇou əʞɒʇ
|
|
|
|
|
|
#4 |
![]() |
The very latest tutorial for setting up the toolchain on linux can be found here:
http://www.guztech.nl/tutorials/38-psp While it specifically uses Ubuntu, it can be used almost unchanged with any distro. EDIT: oh, I just remembered something about Fedora - one of the packages is too new for the current pspsdk toolchain. If I remember correctly, it's the makeinfo package. There's a thread on that over at the ps2dev forums. |
|
|
|
|
|
#6 |
|
No longer a community member.
|
The same thing happened to me (Fedora 8).
TeXinfo (which gives you makeinfo) is messed up. Version 4.11 (which is what comes with Fedora) doesn't report its version number correctly. I downloaded the newest version of TeXinfo and installed that (version 4.9). Here's the link to the TeXinfo site: http://www.gnu.org/software/texinfo/ |
|
|
|
![]() |
| Tags |
| build , linux , toolchain |
| Thread Tools | |
|
|