devos50 / qemu-ios

A QEMU emulator for legacy Apple devices
Other
982 stars 65 forks source link

./qemu-system-arm: No such file or directory #183

Closed corped12 closed 2 months ago

corped12 commented 2 months ago

When trying to run the iPod touch 2G emulator on my raspberry pi 4b i get this error ./qemu-system-arm: No such file or directory i tried running from the folder it was the qemu-system-arm file was in and still got the error (currently im running from the folder but normally it would say ./home/corped/qemu-ios/build/arm-softmmu/qemu-system-arm: No such file or directory) 20240915_13h35m49s_grim

corped12 commented 2 months ago

forgot to mention the file qemu-system-arm does exist

zoe-vb commented 2 months ago

Have you actually compiled the program. qemu-system-arm won't be there until it is successfully compiled.

corped12 commented 2 months ago

Have you actually compiled the program. qemu-system-arm won't be there until it is successfully compiled.

it is there but it appears as a broken link file

corped12 commented 2 months ago

turns out i just forgot to compile it