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

Issue running QEMU

Open waterloggedstair opened this issue 11 months ago • 3 comments

Whenever I try to run QEMU with the ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=<path to bootrom>,nand=<path to NAND directory>,nor=<path to NOR directory> -serial mon:stdio -cpu max -m 2G -d unimp command, it gives me the following error: zsh: no such file or directory: ./arm-softmmu/qemu-system-arm And I did add the paths to the bootrom, nand, and nor directories.

waterloggedstair avatar Dec 29 '24 15:12 waterloggedstair

What OS are you using? And are you sure that the compilation process completes correctly?

devos50 avatar Dec 30 '24 08:12 devos50

Make sure you compiled QEMU and followed the instructions in RUNNING.md! If you by accident skipped the configuration and compilation steps, redownload the repository, and follow the instructions CAREFULLY!!!

Hopefully this helps, ping me if you need help! <3

XOXO, Opuqide

Opuqide avatar Feb 22 '25 06:02 Opuqide

You need to run make after configuring it,

pullobi avatar May 04 '25 08:05 pullobi