X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Yandex-Fwd: 1 X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1708788128; bh=zoABki+Re09KfqAxvPyDUR19Zim3mZ6hBmEkmuPWebo=; h=In-Reply-To:Date:References:To:Subject:From:Message-ID; b=hU6EG/Sc1R7FM8hi1CjJ/H5iF4TUqmidzq/nPlR81Q0NvR5i9L0CPOjmOULM3MfVT tRJma4zXYOn5LYnrSOoGxzrJHl0sGGL8bt8XuPIUWSmq39RfK+5yJeQAa1DWwYXINR I75Lgic8NGrJGVS+t0WE/cUHUekQx/EpCnXuZu1Q= Authentication-Results: mail-nwsmtp-smtp-production-main-45.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <7eaf1c87-14d0-4d6c-a546-a66d9a9d4751@yandex.ru> Date: Sat, 24 Feb 2024 20:22:07 +0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: "stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com]" Subject: Re: announce: dj64 tool-chain To: djgpp AT delorie DOT com References: <997a14e0-80d9-4d22-8a69-d0961da04596 AT yandex DOT ru> Content-Language: en-US In-Reply-To: <997a14e0-80d9-4d22-8a69-d0961da04596@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 24.02.2024 19:46, stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com] wrote: > as now I have a better tool-chain than > you do. :) Oh, and I probably forgot to mention in what way it is "better". Well, its 64bit, fully on ELF, supports host gdb debugging (strip tool is also provided), is cross-platform (can build for eg aarch64 - dosemu2 provides the DOS environment on non-x86 platforms). Another advantage that I want to achieve, is an easy to build process, so that it can be made the part of linux distros. Unfortunately so far this goal is only partially achieved: while the platform itself is very easy to build, its exe stub is built with gcc-ia16, which is itself very difficult to build. Therefore I provide the stub in a binary form, but that will have to change in the future.