[Oberon] Oberon program compilation, linking and execution on Windows or Linux.

Douglas G. Danforth danforth at greenwoodfarm.com
Fri Jan 29 22:45:30 CET 2016


Srinivas,
Everything happens at the module level.
Read the green book 
<http://www.amazon.com/Project-Oberon-Design-Operating-Compiler/dp/0201544288>describing 
the Oberon system.
You will see that when a module is brought into
memory it is linked.

-Doug Danforth


On 1/29/2016 9:18 AM, Srinivas Nayak wrote:
> Dear All,
>
> Normally a C program when compiled, produces object file.
> Object file contains machine level code and symbol table.
> Object files (along with library object files) are linked using a 
> linker to generate an executable file.
> Finally loader takes care of loading the shared libraries and 
> executing the program.
>
> How these things happen for Oberon language programs on Windows or Linux?
> Any document describes this in detail (mostly what happens after 
> finishing typing a Oberon Program to program execution start)?
>
>
> With thanks and best regards,
>
> Yours sincerely,
> Srinivas Nayak 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20160129/4c8352ee/attachment.html>


More information about the Oberon mailing list