I am trying to install software using MSYS and MinGW on Windows XP, as I know, on UNIX and UBUNTU. I installed Msys and MinGW, while I set up the build environment on win32 by running the following cmd:
./setup.sh C:/SRC/NBIS/Main --MSYS --32
I get this error:
gcc.exe: am_big_endian.c: No such file or directory gcc.exe: no input files /bin/setup.sh: line 221: ./am_big_endian: No such file or directory Failed Setup - Cannot determine target machine endianness!
What can I do to fix the error?
source share