Skip to content

Exec format error #322

@Ploppz

Description

@Ploppz
$ 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions