qemu-ios
qemu-ios copied to clipboard
Unable to build qumu
PS C:\Users\LENOVO\build> ../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --disable-pie --extra-cflags=-I/mingw64/include/openssl --extra-ldflags='-L/mingw64/lib -lcrypto' --disable-stack-protector ../configure: "The term '../configure' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
On Windows you are to use MSYS2 MINGW64.
u can't run configure script inside powershell install https://www.msys2.org/ and run it there
Indeed, you need a different toolchain on Windows. Also, please note that the build
directory has to be made in the root of the source code. Based on your path (C:\Users\LENOVO\build
), I'm not sure if that's the case.