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
The executable still generates and works as expected, but am I doing something wrong? I am new to Oberon-2 and I don't know if it's the fault of the program or it's a bug in voc.
The text was updated successfully, but these errors were encountered:
This is about the voc command line. 'voc HelloWorld.Mod -m HelloWorld' says: first compile the file 'HelloWorld.Mod' with the option 'm', then compile the file 'HelloWorld' with no options.
The file 'HelloWorld' is the binary file generated by the first compilation - a binary file in Linux's 'Executable and Linkable Format', 'ELF' for short. All ELF files begin with 'ELF', which is why voc complains that the file does not start with 'MODULE'.
Sorry - a lot of explanation for why the solution is to use the command 'voc HelloWorld.Mod -m'.
Hello! I have been getting this weird error on Ubuntu 24.04 with any module, for instance:
The executable still generates and works as expected, but am I doing something wrong? I am new to Oberon-2 and I don't know if it's the fault of the program or it's a bug in voc.
The text was updated successfully, but these errors were encountered: