[Oberon] FPGA - Oberon-0 program
Paul Reed
paulreed at paddedcell.com
Sat Oct 21 21:55:25 CEST 2017
Hi Tomas,
> Running `Oberon-0' compiler on `TestOberon0.Mod' is fine, trying to
> execute TestOberon0.Permutations 2 3 4~ example gives "module not
> found". I guess this is because corresponding symbol `smb' file does not
> exist, correct?
No. "module not found" means module not found.
The symbol files (.smb) are used by the compiler when importing other
modules that have already been compiled.
What do you mean by "is fine"? What exactly is the log output when you
compile TestOberon0.Mod?
Cheers,
Paul
More information about the Oberon
mailing list