X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:620a:22ab:: with SMTP id p11mr32380148qkh.373.1588138199455; Tue, 28 Apr 2020 22:29:59 -0700 (PDT) X-Received: by 2002:a25:d42:: with SMTP id 63mr50280562ybn.198.1588138199116; Tue, 28 Apr 2020 22:29:59 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 28 Apr 2020 22:29:58 -0700 (PDT) In-Reply-To: <2c99eb4e-f16e-9306-f7f4-f784d2ffa25e@gmail.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: google-groups.googlegroups.com; posting-host=2607:fea8:a480:1b4:9d4e:bc9:4a61:b1bd; posting-account=DTw6mgoAAABVKmwnaJ8FE6P8zb_HY_u- NNTP-Posting-Host: 2607:fea8:a480:1b4:9d4e:bc9:4a61:b1bd References: <8af0ebdd-acea-a7be-3388-d295af50bfc7 AT gmail DOT com> <708c79a5-c5f4-4144-8d02-0f2a0497c441 AT googlegroups DOT com> <6431e105-dfc5-440b-8aa5-382bab083466 AT googlegroups DOT com> <2e97cd0b-78cb-4f21-93ca-fa258276e21b AT googlegroups DOT com> <9c383eca-869d-4afa-9562-a505f3ea5428 AT googlegroups DOT com> <2c99eb4e-f16e-9306-f7f4-f784d2ffa25e AT gmail DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8da4803d-7c25-408a-bc2a-87287c351078@googlegroups.com> Subject: Re: Issues using DJGPP with Rust From: "noname422 AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Wed, 29 Apr 2020 05:29:59 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1921 Lines: 0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 J.W., that's very useful. I knew you could get it to emit assembly, but not object files. Perhaps I could write a script to build the Rust code using Cargo, and then convert the object files to COFF and link them using DJGPP.