-
It should be possible to add support for DOS DJGPP executables with HX DOS extender inside MZ DOS binary https://www.japheth.de/HX.html
Since it can load PE files.
-
There is a very simple fix, though... I added in
```
#ifdef __DJGPP
#undef DUK_USE_DATE_PRS_STRPTIME
#endif
```
in duk_config.h after the OS/compiler detection logic and my test program compiled…
shdon updated
2 years ago
-
We've been ported to a few platforms but have no CI for them. These are:
- [ ] Mingw-w64 (32-bit): previously thought working, was broken until #17
- [ ] DJGPP: new port added by #21
- [ ] FreeBSD…
-
- [x] DJGPP support #2472 #2473
- [x] https://github.com/svaarala/duktape/pull/2480
-
Hi,
when I'm compiling a C++ file with debugging, It fails with a lot of warnings and errors in gdbstub.h.
> In file included from /Users/niklas/Documents/GitHub/dostest/src/main.cpp:14:
/Users…
-
@dmsc It’s sort of useless, but I have emu2 working under (protected mode) DOS built with DJGPP/GCC 14.2.
I had to provide an implementation of scandir and stub implementation of get_program_exe_pa…
-
Hi.
I am trying out copr for my packages:
https://copr.fedorainfracloud.org/
Would you like to deploy the djgpp there?
-
Originally reported by: art1
Original Ticket: "alleg/bugs/119":https://sourceforge.net/p/alleg/bugs/119
Hi,
I want to crosscompile Allegro for using it with djgpp under Debian Gnu/Linux. I have a w…
-
I just wanted to ask if you can compile the dos branch without docker.
(If it helps i am running Windows 10)
-
I attempt to make **W-GB.EXE** through DJGPP (GCC compiler for MS-DOS)
At the end of compiling ***.o** files, it give me this error:
`No rules to make target 'tgb.c', needed by 'tgb.o'. Stop`
I d…