You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize a bit to deep in, that using Qira without Docker on a Mac M1 will never work, right?
Because of its dependencies to strace
I have build the QEMU fork after some tinkering, relinked the static links to the new qemu binaries (new names when built on mac, softmmu- folders), rebuild the loop binary(after disassembling it :) ), commented away some checks for Mach-O file formats, just to see if the webserver would start. Which it did.
Didnt show anything, so either its because of #192, but most likely its also because of strace missing.
You wouldn't be able to replace strace with ktrace or similar, in anyway, without far to much work, i guess.
The text was updated successfully, but these errors were encountered:
I realize a bit to deep in, that using Qira without Docker on a Mac M1 will never work, right?
Because of its dependencies to
strace
I have build the QEMU fork after some tinkering, relinked the static links to the new qemu binaries (new names when built on mac, softmmu- folders), rebuild the loop binary(after disassembling it :) ), commented away some checks for Mach-O file formats, just to see if the webserver would start. Which it did.
Didnt show anything, so either its because of #192, but most likely its also because of
strace
missing.You wouldn't be able to replace
strace
withktrace
or similar, in anyway, without far to much work, i guess.The text was updated successfully, but these errors were encountered: