Jump to content

Emx: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 27: Line 27:
* 0.9c - 1996-09-09
* 0.9c - 1996-09-09
* 0.9d - 1998-12-23
* 0.9d - 1998-12-23
** 0.9d fix04 (2001) - combined WPI package: [http://hobbes.nmsu.edu/download/pub/os2/dev/emx/v0.9d/emx0944.exe emx0944.exe]
** There is a later unofficial patch by Vincenzo Venuto that allows EMX to work with files larger than 2GB
;Prerequisites
* If you want to create executables you need LINK386, a selective install option in OS/2 2.0 or higher.


==Links==
==Links==

Revision as of 19:51, 1 December 2019

emx is an environment for creating 32-bit programs for OS/2 and DOS with the GNU C compiler (GCC).

The package contains tools for creating 32-bit programs which run both under OS/2 2.0 (6.167 or later) and MS-DOS (using an included DOS extender).

Also native OS/2 programs, including Presentation Manager applications can be created.

Development Tools

  • gas - GNU Assembler
  • gasp - GNU Assembler Preprocessor
  • gdb - GNU Debugger
  • gcc - GNU C compiler
  • ld - GNU linker

GNU utilities: ar, nm, size, strip, objdump

Versions

  • 0.8b - 1992-02-23
  • 0.8c - 1992-03-19
  • 0.8d - 1992-05-03
  • 0.8e - 1992-09-13
  • 0.8f - 1993-01-03
  • 0.8g - 1993-07-13
  • 0.8h - 1993-12-14
  • 0.9a - 1994-12-05
  • 0.9b - 1995-12-10
  • 0.9c - 1996-09-09
  • 0.9d - 1998-12-23
    • 0.9d fix04 (2001) - combined WPI package: emx0944.exe
    • There is a later unofficial patch by Vincenzo Venuto that allows EMX to work with files larger than 2GB
Prerequisites
  • If you want to create executables you need LINK386, a selective install option in OS/2 2.0 or higher.

Links