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). _______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches