qemu-ios
qemu-ios copied to clipboard
./arm-softmmu/qemu-system-arm return file not found
i after build the program in home/user/qemu-ios-build i ran the command ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=
It's because of the new GCC compiler, it generates it as unsigned because no entitlements have been given to the command. You gotta run sudo make install then you can run qemu-system-arm which will be signed.
thanks, i forgot that step
thanks, i forgot that step
No problem!