MrDiagnose

Results 31 comments of MrDiagnose

try this `./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl --extra-ldflags='-lcrypto' --disable-werror --enable-pie`

> > try this `./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl --extra-ldflags='-lcrypto' --disable-werror --enable-pie` > > Doesn't seem to solve the issue :( `./qemu-system-arm -M iPod-Touch,bootrom=bootrom_240_4,nand=nand,nor=nor_n72ap.bin -serial mon:stdio -cpu max...

It must be Linux Fedora Issue 🤔 **This is what worked for me on Linux/Ubuntu** 1. `sudo apt update` `sudo apt upgrade` ` sudo apt install make ninja-build pkg-config libssl-dev...

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

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

install https://www.msys2.org/ it is inside msys64 ![explorer_1NKi9ooeIw](https://github.com/devos50/qemu-ios/assets/23004075/da3af75a-6520-46e2-bf0b-23b25c8756f9) watch this: https://www.youtube.com/watch?v=bxg4QlwENsI

**Try updating your system** Ubuntu: `sudo apt update ` `sudo apt upgrade` mingw64: `pacman -Suy` Also try changing DNS https://github.com/devos50/qemu-ios/issues/117#issuecomment-1879733877

the binary(qemu-system-arm.exe) is inside the **"build"** directory inside the **"arm-softmmu"** directory a symbolic link should have been created its like a shortcut but it fails, but it works on linux...

![mintty_MHa2LmwGna](https://github.com/devos50/qemu-ios/assets/23004075/121ace70-22af-4145-8a06-dd6362071efb) **ln** tries to create a symbolic link to a non existent file which works in linux but not on mingw64 ![linux](https://github.com/devos50/qemu-ios/assets/23004075/c5e1d937-d561-458c-a236-ea1ec29e6d6c) ![mingw64](https://github.com/devos50/qemu-ios/assets/23004075/151cfa0d-a760-4878-a169-6422ab64c8de)

![296552427-0087e919-3aa4-4d6a-8a32-d52843c36c25](https://github.com/devos50/qemu-ios/assets/23004075/5c9fc50c-96be-4a5d-b72e-a1f9f72e1268) your build is already successful you don't need that symbolic link qemu-system-arm.exe is what you need which is situated inside build