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
The message says to include following information in this e-mail.
config.guess timestamp = 2014-03-23
uname -m = Server 4.0 i686-pc
uname -r = Server 4.0 2.6.1
uname -s = Server 4.0 windows32
uname -v = Server 4.0 7601
/usr/bin/uname -p = unknown
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = Server 4.0 i686-pc
UNAME_RELEASE = Server 4.0 2.6.1
UNAME_SYSTEM = Server 4.0 windows32
UNAME_VERSION = Server 4.0 7601
configure: error: cannot guess build type; you must specify one
sed.exe: -e _expression_ #1, char 1: unknown command: `C'
c:\Users\bvatsa\Downloads\installations\gnuwin32\bin\rm.exe: cannot remove `*.core': Invalid argument
c:\Users\bvatsa\Downloads\installations\gnuwin32\bin\rm.exe: cannot remove `core.conftest.*': Invalid argument
Could you please help me in finding if it would be possible for me to run the configure successfully.