qemu-ios
qemu-ios copied to clipboard
make: *** No targets specified and no makefile found. error
I ran "/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 --disable-werror
make" and i got the error. Is there a way to fix this?
run this first ./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 --disable-werror
and after its done run make -j4
it said ./configure wasn't a directory or file
you need to run it inside linux terminal or mingw64.exe for windows
where do i get that exe
install https://www.msys2.org/ it is inside msys64
watch this: https://www.youtube.com/watch?v=bxg4QlwENsI