qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

make: *** No targets specified and no makefile found. error

Open Selvenity opened this issue 1 year ago • 5 comments

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?

Selvenity avatar Jan 14 '24 21:01 Selvenity

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

MrDiagnose avatar Jan 16 '24 04:01 MrDiagnose

it said ./configure wasn't a directory or file

Selvenity avatar Jan 18 '24 23:01 Selvenity

you need to run it inside linux terminal or mingw64.exe for windows

MrDiagnose avatar Jan 19 '24 02:01 MrDiagnose

where do i get that exe

Selvenity avatar Jan 19 '24 02:01 Selvenity

install https://www.msys2.org/ it is inside msys64

explorer_1NKi9ooeIw

watch this: https://www.youtube.com/watch?v=bxg4QlwENsI

MrDiagnose avatar Jan 19 '24 03:01 MrDiagnose