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

Running the machine

Open kandjgameing824 opened this issue 2 years ago • 9 comments

when i use the command to run it from the paths to the images i keep running into this error zsh: parse error near `\n' if anyone can help thanks!

kandjgameing824 avatar Oct 14 '23 11:10 kandjgameing824

Thanks for reporting - could you provide the full command you're trying to run the emulator with?

devos50 avatar Jan 01 '24 16:01 devos50

Thanks for the response! i used the command you provided in the guide here ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=,iboot=,nand= -serial mon:stdio -cpu max -m 1G -d unimp -pflash <path to NOR image> i as well use apple silicon if that means anything thanks again!

kandjgameing824 avatar Jan 01 '24 21:01 kandjgameing824

./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=,iboot=,nand= -serial mon:stdio -cpu max -m 1G -d unimp -pflash

Are you sure that you are providing the paths to the bootrom, iBoot and NAND images?

devos50 avatar Jan 02 '24 08:01 devos50

yes i provided all paths here is the command with that ./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=/Users/james/Downloads/bootrom_s5l8900,iboot=/Users/james/Downloads/iboot_204_n45ap.bin,nand=/Users/james/Downloads/iboot_204_n45ap.bin -serial mon:stdio -cpu max -m 1G -d unimp -pflash this seems to not have the same error as when i previously tryed this but now it returns a differnt error zsh: no such file or directory: ./arm-softmmu/qemu-system-arm Thanks for the quick response!

kandjgameing824 avatar Jan 02 '24 11:01 kandjgameing824

Are you sure that the compilation process finished without any error? This might prohibit the qemu-system-arm binary from being generated.

devos50 avatar Jan 02 '24 19:01 devos50

ive attempted to recompile the qemu verison and now ran into another error ERROR: "cc" cannot build an executable (is your linker broken?)

make: *** No targets specified and no makefile found. Stop. i have ninja and gcc as well as x code installed

kandjgameing824 avatar Jan 02 '24 22:01 kandjgameing824

I had the exact same problem, after also having troble with Ninja.

NateTheAppleLover avatar Jan 03 '24 00:01 NateTheAppleLover

@kandjgameing824 which platform/OS are you trying to compile on? Do you have additional log output as well?

devos50 avatar Jan 03 '24 07:01 devos50

"i have ninja and gcc as well as x code installed"

Sounds like macOS.


From: Martijn de Vos @.> Sent: Wednesday, January 3, 2024 8:55 AM To: devos50/qemu-ios @.> Cc: Subscribed @.***> Subject: Re: [devos50/qemu-ios] Running the machine (Issue #64)

@kandjgameing824https://github.com/kandjgameing824 which platform/OS are you trying to compile on? Do you have additional log output as well?

— Reply to this email directly, view it on GitHubhttps://github.com/devos50/qemu-ios/issues/64#issuecomment-1874970118, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQQXXR2HFRV2NAEYUHUHEVTYMUFGPAVCNFSM6AAAAAA6AGJPQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZUHE3TAMJRHA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

spetterman66 avatar Jan 03 '24 08:01 spetterman66