X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "AndreA @teamware.it Subject: GDB on target w/o coprocessor Newsgroups: comp.os.msdos.djgpp Lines: 16 Organization: TW User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit Message-ID: Date: Thu, 22 Jul 2004 15:53:57 GMT NNTP-Posting-Host: 80.183.241.136 X-Complaints-To: "Please send abuse reports to abuse AT tin DOT it and technical notifications to newsmaster AT tin DOT it" X-Trace: news4.tin.it 1090511637 80.183.241.136 (Thu, 22 Jul 2004 17:53:57 MET DST) NNTP-Posting-Date: Thu, 22 Jul 2004 17:53:57 MET DST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all! I´m trying to debug some djgpp code on a i386-dos target with gdb. I use GDB 5.3 from djgpp source package gdb5.3b.zip I can nicely load my executable, but as soon as I try tu run it, I get an exception from the target... Coprocessor not available at eip=0017e86e This sounds reasonable... the target does not have a i387 chip. Since I had to compile my code with -lemu in order not to have the same problem, my question is: do I have to recompile gdb too? If so, is it ok to simply configure with --nfp option than make? T.I.A for any hint Andrea