[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unable to detect build type while building newlib
From: |
Jan Engelhardt |
Subject: |
Re: Unable to detect build type while building newlib |
Date: |
Tue, 9 Sep 2014 18:09:14 +0200 (CEST) |
User-agent: |
Alpine 2.11 (LSU 23 2013-08-11) |
On Tuesday 2014-09-09 14:47, Bhramar Vatsa wrote:
>Hi,
>I am working on a windows 7 machine (64-bit). I am trying to build newlib on
>windows native command prompt. When I try to run the configure script with
>following commandline, it fails with an error.
>
>sh.exe"-3.1$ CC=lcc-clang AS=lasm LD=llnk RANLIB=echo CFLAGS="-O2 -g"
>../newlib/newlib/configure --prefix=`pwd`/../install
>--host=pdarch-unknown-elf --enable-
>newlib-io-long-long --enable-newlib-io-long-double
>--enable-newlib-io-c99-formats
>
>configure: error: cannot guess build type; you must specify one
>uname -m = Server 4.0 i686-pc
>
>Could you please help me in finding if it would be possible for me to run
>the configure successfully.
Specify --build= and your triplet, because you seem to have an odd
environment (odd value for uname -m).