[Freedos-devel] Tools for building old FreeDOS EMM386?

2024-04-10 Thread roytam--- via Freedos-devel
Hello, In freedos/files/dos/emm386/emm/2.2/emms226.zip, its makefile shows it need to use sy2pack.exe or sy3pack.exe to pack just-compiled emm386.exe. But where is sy2pack and/or sy3pack? Tried to search in the web finds only some posts in FreeDOS ML. Regards, Roy __

Re: [Freedos-devel] I16GCC would need DJGPP, but DJGPP not present in FDT2404 (fixed!)

2024-04-10 Thread Jim Hall via Freedos-devel
On Wed, Apr 10, 2024 at 10:20 AM Jim Hall wrote: > The DJGPP environment variable just needs to point to a file called > DJGPP.ENV (or whatever) that contains a bunch of environment settings > for programs that were compiled with DJGPP. For example, this file > contains stanzas for GNU Emacs, GNU

[Freedos-devel] Proposal for new package in T2405

2024-04-10 Thread Jim Hall via Freedos-devel
Based on my other email about getting IA-16 GCC to work on T2404 without installing DJGPP, I propose adding a new package in T2405 called I16ENV that just has two files in it: /devel/i16gnu/djgpp.env /devel/i16gnu/setenv.bat The DJGPP.ENV file contains just: DJDIR= And the SETENV.BAT file sets

Re: [Freedos-devel] I16GCC would need DJGPP, but DJGPP not present in FDT2404 (fixed!)

2024-04-10 Thread Jim Hall via Freedos-devel
On Tue, Apr 9, 2024 at 5:46 PM Paul Dufresne via Freedos-devel wrote: > > But installing I16BUTIIL, > SET DJDIR=C:\DEVEL\I16GNU > i16gcc -o hel2.exe hel2.c > works! > [..] The DJGPP environment variable just needs to point to a file called DJGPP.ENV (or whatever) that contains a bunch of environ