-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exec format error #322
Comments
Yes, the -x flag is indeed not implemented correctly and has currently the same effect as -c except that it produces a file named Game instead of Game.ozf produced by -c. But as for now, both files contain exactly the same content. You can check that with |
See mozart2/lib/main/sys/Pickle.oz Lines 66 to 71 in 0b30464
|
Thanks! So I need to use |
Yes, that's the way it is for now. |
(mozart2 installed from here https://aur.archlinux.org/packages/mozart2-git/)
OS: Arch Linux with kernel version 5.0.2
CPU: 64-bit (AMD Ryzen 5 1600)
My problem is that when I run
ozc -x Game.oz
, I get an executable fileGame
that I cannot execute - when I try to execute it I get the errorbash: ./Game: cannot execute binary file: Exec format error
.file Game
says it's just "data".Minimal
Game.oz
:The text was updated successfully, but these errors were encountered: