Re: crosscompiler
On Fri, May 13, 2005 at 12:24:21AM -0700, neoxx@canada.com wrote:
> Hi,
>
> i got problems setting up a mips32 crosscompiler:
>
> ./configure --prefix=/usr/local/cross --target=mips32
> make
> make install
>
> works fine in the binutils (2.16 / 2.15 )directory.
>
> Configure fails however while builiding gcc ( 3.3.4 /
> 3.3.6 ):
>
> ./configure --prefix=/usr/local/mipscross/
> --target=mips32 --enable-languages=c
> checking whether setrlimit is declared... yes
> checking whether getrusage is declared... yes
> checking whether times is declared... yes
> checking for struct tms... yes
> checking for clock_t... yes
> checking for uchar...
> checking for .preinit_array/.init_array/.fini_array
> support... yes
> checking if mkdir takes one argument... no
> checking for main in -lunwind... no
> *** Configuration mips642-unknown-elf not supported
> Configure in gcc-3.3.6/gcc failed, exiting.
>
> Any ideas ?? Would be smashing...
Try
--target=mips32-unknown-linux-gnu
regards,
Andreas
Reply to: