devos50 / qemu-ios

A QEMU emulator for legacy Apple devices
Other
865 stars 63 forks source link

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

Open Selvenity opened 5 months ago

Selvenity commented 5 months ago

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?

MrDiagnose commented 5 months ago

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

Selvenity commented 5 months ago

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

MrDiagnose commented 5 months ago

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

Selvenity commented 5 months ago

where do i get that exe

MrDiagnose commented 5 months ago

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

explorer_1NKi9ooeIw

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