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

./arm-softmmu/qemu-system-arm return file not found

Open kaiui opened this issue 6 months ago • 3 comments

i after build the program in home/user/qemu-ios-build i ran the command ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=,nand=<path to NAND directory>,nor=<path to NOR directory> -serial mon:stdio -cpu max -m 2G -d unimp and it show "bash: ./arm-softmmu/qemu-system-arm: No such file or directory"

kaiui avatar Jun 20 '25 14:06 kaiui

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.

Opuqide avatar Jun 20 '25 14:06 Opuqide

thanks, i forgot that step

kaiui avatar Jun 20 '25 14:06 kaiui

thanks, i forgot that step

No problem!

Opuqide avatar Jun 20 '25 14:06 Opuqide