Message-ID: <3E082550.2080407@latnet.lv> Date: Tue, 24 Dec 2002 11:13:52 +0200 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021209 X-Accept-Language: en-us, en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: GDB-5.3 for DJGPP Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I had one problem with using GDB-5.3 prereleases built for DJGPP. The reason is errorous line info generated by gcc (at least 3.1, 3.2, 3.2.1), when command line option -imacros is being used (we use it from specs to get sys/version.h included automatically). The result from that is GDB internal error. I don't currently have time to dig into that too much, so only thing I have done is to patch one of sources in GDB to workaround this problem (I have only seen while loading information about preprocessor macros it when -gdwarf-23 or -g3 is used). I'm now in Latvia for Christmass and New Year holydays and don't have this patch anywhere near me now. I can only send it after I'll return in Finland in January Andris