X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=SZ7VAK9P8nyzU1Ls/s7q93h4LRFPlTQoOzyVgBkRTQY=; b=ldrZMJjdi0m2JaqJmId98LtfGVo0MnqpT283lTialFKMGdCiJauqMCTrqio8OZFiYg Fs5ryBF3BzaA6+FeqYRf+o7UJmp5FV9X5alYGEpzx6+TIEJ9D4FSM+I4lJQV2TfBnktn 4N+jUGw6S8rKFP+U6XKizpsXP2O86nQ3gKpEzGLhqGnOueSYPXKHuekCbIptBW3qYX7c WifXxZS53zAv9QiJFjBQEHiPXGOUJ0tvd6e0wsCPT9fwMV131fjhDH8Oc9ybDZqH1YfJ viuX3IaWB2swJMVNbdlPnO1Xv7JrZMisepo6tbrWao/gnbWhmwMRPBcGcooJeiLsBOOp rmJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=SZ7VAK9P8nyzU1Ls/s7q93h4LRFPlTQoOzyVgBkRTQY=; b=lD5vC3EOJCbRj5A45AeuACt5ibEMGJee1sUFrqsT7Whw9SOwkkNTXFJWKV3ap7ZRRw wQBzPJrRkVwmyG549MHQ3GLjlo6Xmxh1G+Mq6rGY3mARbBszWT5U3fN0kzq/h7KgFCYD b6ZisR2gmOwwqZMKeEEC+XQknj5FAiaj7wT/Fc2DAg9xOlxSeaY/EDzNewzeF22SHnkU ayuzU+6LoslQqAeWp16ZM8DJvFgy3KPgScwo6faqj8Or6SztSY0VRTCx7QIgphJ/3l0m tV8eO1pnr6YqSHtXCqpHX4P8DNprjBxluIYputb+nV7x02tirNOf7mBUkiYbE3zUhfqq venw== X-Gm-Message-State: AEkooutLwiVW6qpFvB4v9l42Uw9VgD1sQ9+Do/hAx4Wt0HCNlVAykA8IwqoAfnU1bf/+Gag9lG1rOQ+w3S7rSQ== X-Received: by 10.107.3.65 with SMTP id 62mr11928454iod.140.1469279979678; Sat, 23 Jul 2016 06:19:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <00282a2a-fce4-487b-90c7-aaa7d77336f2@googlegroups.com> References: <1dc4b273-bfe4-4d67-8af6-2e293a4fcb58 AT googlegroups DOT com> <54333ee7-53f1-4e67-a4b2-ae56c5eb5bda AT googlegroups DOT com> <00282a2a-fce4-487b-90c7-aaa7d77336f2 AT googlegroups DOT com> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sat, 23 Jul 2016 16:19:39 +0300 Message-ID: Subject: Re: LD from binutils 2.26 crashes when -ffunction-sections + -Wl,--gc-sections is used but only under DOS To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 7/23/16, RayeR (glaux AT centrum DOT cz) [via djgpp AT delorie DOT com] wrote: >> Cross-built binutils with --disable-nls --disable-werror --prefix=/djgpp >> \ >> --target=i586-pc-msdosdjgpp --host=i586-pc-msdosdjgpp >> zipped the bin directory, here: >> http://uhexen2.sourceforge.net/tmp/bin.zip > > Thanks, I tried it but there's some crt0.o incompatability between my dos > version > > e:/djgpp/lib/crt0.o: file not recognized: File format not recognized > collect2.exe: error: ld returned 1 exit status > make.exe: *** [makefile:55: SMB.EXE] Error 1 > Then I possibly misconfigured it. My linux-hosted version works just fine. Try building yourself.