This problem is really annoying me. I'm up to the stage where I can run toolchain.sh from the Cygwin console, but after it downloads the first file, then processes it, i get a whole bunch of nasty looking messages, ending with a failure message. Here's the output from the console after all the file patching is done:
Code: Select all
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking target system type... mipsallegrexel-psp-elf
checking build system type... i686-pc-cygwin
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
../configure: line 873: test: /home/George: binary operator expected
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f
2
checking for correct version of gmp.h... no
checking for bison... bison
checking for bison... bison -y
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for i686-pc-cygwin-ar... no
checking for ar... ar
checking for i686-pc-cygwin-as... no
checking for as... as
checking for i686-pc-cygwin-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-cygwin-ld... /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../
i686-pc-cygwin/bin/ld.exe
checking for i686-pc-cygwin-nm... no
checking for nm... nm
checking for i686-pc-cygwin-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-cygwin-windres... no
checking for windres... windres
checking for i686-pc-cygwin-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-cygwin-objdump... no
checking for objdump... objdump
checking for psp-ar... no
checking for psp-as... no
checking for psp-dlltool... no
checking for psp-ld... no
checking for psp-nm... no
checking for psp-ranlib... no
checking for psp-windres... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
test ! -d gcc/libgcc || \
(cd gcc/libgcc && find . -type d -print) | \
while read d; do rm -f gcc/$d/libgcc.a || : ; done
rm -rf gcc/libgcc
rm -f gcc/stmp-dirs
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
mkdir -p -- ./libiberty
mkdir -p -- ./intl
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
/bin/sh: line 5: [: /home/George: binary operator expected
Configuring in intl
/bin/sh: /home/George: No such file or directory
Configuring in libiberty
make: *** [configure-intl] Error 1
make: *** Waiting for unfinished jobs....
/bin/sh: /home/George: No such file or directory
make: *** [configure-libiberty] Error 1
../scripts/001-binutils-2.16.1.sh: Failed.
George PC@LukeGT ~
$
"/bin/sh: line 5: [: /home/George: binary operator expected"
So if the problem is my username, is there some way to change my username in Cygwin to something without a space? And if that's not the problem, could somebody help me find out what it is?
Help would be very much appreciated! :)