-
I'm trying to install the OpenWatcom-v2 lastest build on Linux Debian 8 with kernel 3.16.0-4-686-pae, but the installer is receiving a Floating Point Exeption.
Running the installer with GDB provides …
-
I wrote a simple 16bit program that compiles just fine, but when I try to link it into an exe it fails.
Errors:
```
wlink @__wcl__.lnk
Open Watcom Linker Version 2.0 beta Jan 15 2018 23:11:51 (32-…
gverm updated
6 years ago
-
Background: I managed to compile the FreeDOS kernel now but its size (81K) is bigger than both the Open Watcom C (70K) and Turbo C 2.01 (80K) compiled versions. I am looking for some optimization oppo…
-
Hi,
as the mailing list is not so active I am abusing an issue for this request. Next week I will be at FOSDEM (also for other work-related reasons) and will talk about DOSEMU and FreeDOS:
https:/…
-
This little piece of code:
```
int main(void)
{
char __far *a, *b;
return sizeof(a) == sizeof(b);
}
```
returns 1 for gcc-ia16 (both `a` and `b` are far pointers) but 0 for Open Watcom (on…
-
Deleting readme.txt after migrating its content into a GitHub wiki might not be a good idea. When the content was in a readme.txt file, it was part of the repository content and thus would never be s…
-
It would be nice and may not be too hard to implement -mrtd (as already implemented for i386) where functions issue "ret n" instructions, so the callee pops the stack. The FreeDOS kernel saves space u…
-
Open Watcom Make Version 2.0 beta Jan 16 2016 17:32:51 (64-bit)
Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Rese…
-
Build fails when 1.9 is installed from: open-watcom-c-win32-1.9.exe (from ftp://ftp.openwatcom.org/).
Build works aok when 1.9 has been uninstalled and 2.0 is installed from: open-watcom-2_0-c-win-x6…
-
While compiling DOSLIB hw/dos:
/usr/src/open-watcom-v2/rel/h/stdio.h(139): Error! E1100: Definition of macro 'NULL' not identical to previous definition
/usr/src/open-watcom-v2/rel/h/stdio…