-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
$ ozc -v
Mozart Compiler 2.0.1+build.8.db41d83e-dirty (Mon, 22 Oct 2018 15:20:43 +0200) playing Oz 3
(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 file Game
that I cannot execute - when I try to execute it I get the error bash: ./Game: cannot execute binary file: Exec format error
. file Game
says it's just "data".
Minimal Game.oz
:
functor
import
System
Application
define
{System.showInfo 'hi'}
{Application.exit 0}
end
Metadata
Metadata
Assignees
Labels
No labels