HOW to determine the limb of a machine on windows XP-X86

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?

+4
source share
1 answer

x86-machines are always insignificant.

+1
source

Source: https://habr.com/ru/post/1447425/


All Articles