-
Since #119 made it possible to build DJGPP on DOS naively again. GCC reports several warnings.
## Native compiler
Reports as gcc version 4.7.1
~~Unused function~~
```
gettod.c:363:13: warnin…
-
Hello!
Is it possible to add gfortran to djgpp?
I will be gratefull
-
I'm locally trying to build an exe from the VSBHDA project. Use case: I want to remove ES1731 support from my build, so that it detects the onboard sound card (Intel HD) instead (currently it detects …
-
djgpp has been packaged for Linux https://launchpad.net/~stsp-0/+archive/ubuntu/djgpp/+packages could that help, or is the aim just to have 16 bit code ?
I'm pretty fuzzy on how this works (though …
-
I have tried to build a DJGPP cross toolchain with the script on a fresh debian.
There were trouble with missing depedencies, I installed libgmp-dev libmpfr-dev to solve part of them and manualy copy…
pif17 updated
2 months ago
-
-With this Changes https://github.com/crazii/SBEMU/pull/98 SBEMU could not build anymore using the DOS DJGPP Toolchain, because the target for the `als4000.o` could not be found.
Since the `makefi…
-
Hey, I'm looking for a working GCC/DJGPP for PC-98 and was wondering if your patches to libc are in a working state and what your development process is normally like?
I can see you've collected so…
-
After installing DJGPP and reading the Microwindows FAQs and DJGPP PDF, running: `make -f Makefile_nr ARCH=DOS` results in:
![image](https://user-images.githubusercontent.com/98645/100027951-6f061…
-
https://www.vogons.org/viewtopic.php?p=818225#p818225
Patch
```
--- orig/src/libc/go32/exceptn.S 2002-12-21 21:08:39.000000000 -0800
+++ ./exceptn.S 2020-01-18 18:37:27.397176800 -0800
@@ …
-
Hi! I am trying to figure out what I need to build gcc-ia16 on my PC. My goal is to use it as a cross-compiler that I can run through the command line to target 16-bit DOS.
I do not find the instru…