X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 12 Jun 2015 10:38:54 +0300 From: "Eli Zaretskii (eliz AT gnu DOT org)" Subject: Re: Quake 2 DOS -- DJGGP 2.05 upgrade problems. In-reply-to: <557A1996.7040008@gmail.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <834mmds7e9.fsf@gnu.org> References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> <55775E64 DOT 2090901 AT gmail DOT com> <5579ED42 DOT 6070309 AT gmail DOT com> <557A0BD6 DOT 5090901 AT gmail DOT com> <557A1996 DOT 7040008 AT gmail DOT com> 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 > Date: Thu, 11 Jun 2015 19:28:22 -0400 > From: "Frank Sapone (emoaddict15 AT gmail DOT com)" > > Actually, I noticed it worked well with removing that warning, but if I > run symify I get no backtrace, nothing updates. This is with 2.03. I > grabbed the binutils package from dec 2014. Symify only understand the COFF debug info, so unless you compile with "-gcoff", it will be unable to produce any backtrace. Use bfdsymify instead.