qemu-ios
qemu-ios copied to clipboard
Issue running QEMU
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.
What OS are you using? And are you sure that the compilation process completes correctly?
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
You need to run make after configuring it,