Hoaxer
Joined: 05 Dec 2005 Posts: 11 Location: Kyiv, Ukraine
|
Posted: Sat Nov 18, 2006 1:49 am Post subject: installing SDK |
|
|
I've downloaded all the needed cygwin packages (even made almost full install of "devel"), ran toolchain.sh, it started building binutils and look what I get :(
| Code: | 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
checking for gcc... gcc
[b][color=green]checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot creat
e executables.
ERROR CONFIGURING BINUTILS[/color][/b] |
please someone helped - I've searched forums and didn't found anything helpful :(
crashes here:
configure:1809: checking for gcc
configure:1922: checking whether the C compiler (gcc ) works
configure:1938: gcc -o conftest conftest.c 1>&5
configure: failed program was:
#line 1933 "configure"
#include "confdefs.h"
main(){return(0);} |
|