X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:620a:796:: with SMTP id 22mr30187965qka.247.1588104860435; Tue, 28 Apr 2020 13:14:20 -0700 (PDT) X-Received: by 2002:a5b:345:: with SMTP id q5mr45962616ybp.494.1588104860088; Tue, 28 Apr 2020 13:14:20 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 28 Apr 2020 13:14:19 -0700 (PDT) In-Reply-To: <2e97cd0b-78cb-4f21-93ca-fa258276e21b@googlegroups.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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9c383eca-869d-4afa-9562-a505f3ea5428@googlegroups.com> Subject: Re: Issues using DJGPP with Rust From: "noname422 AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Tue, 28 Apr 2020 20:14:20 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 2329 Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 03SKUJZx015688 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 On Tuesday, April 28, 2020 at 12:35:02 PM UTC-4, Sébastien GUILLAUME wrote: > OK, > can you post an archive with object file used to link the exe? > The build directory with all temporary files, from rustc and djgpp. > I have read the new post github, the idea of converting files with objectcopy is interesting, I will build binutils to have the support of pecoff and coff-go32, it's easy with Gentoo. Unfortunately stopping a Cargo build in the middle is difficult. It deletes the object files when it's done linking, so I think it caches them in some other format for when you want to rebuild. It might be best to just install nightly Rust unfortunately.