installing SDK

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

Moderators: cheriff, TyRaNiD

Post Reply
Hoaxer
Posts: 11
Joined: Mon Dec 05, 2005 2:21 am
Location: Kyiv, Ukraine
Contact:

installing SDK

Post by Hoaxer »

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: 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
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);}
Post Reply