home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3706 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.sprintlink.net!eskimo!drizzit
  3. From: drizzit@eskimo.com (G. Baldwin)
  4. Subject: Re: What is an EMT Trap ?
  5. X-Nntp-Posting-Host: eskimo.com
  6. Message-ID: <Dn8EGC.339@eskimo.com>
  7. Sender: news@eskimo.com (News User Id)
  8. Organization: Eskimo North (206) For-Ever
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. References: <9602132256.AA001yx@iceberg.demon.co.uk> <4gafb4$mjs@globe.indirect.com>
  11. Date: Fri, 23 Feb 1996 13:50:35 GMT
  12.  
  13. Fred Fish (fnf@fishpond.ninemoons.com) wrote:
  14. : In article <9602132256.AA001yx@iceberg.demon.co.uk>,
  15. : John Shardlow  <john@iceberg.demon.co.uk> wrote:
  16. : >Hi Amiga Programmers,
  17. : >
  18. : >I recently compiled a program using gcc but when I run
  19. : >it I just get a message saying:
  20. : >
  21. : >EMT Trap
  22. : >
  23. : >and the program exits. It doesn't even reach the first
  24.  
  25. : The only thing I have seen similar to this description is that the
  26. : "enquire" program built as part of a gcc build will abort because of
  27. : an EMT trap if I use the plain 68000 version of the ixemul.library on
  28. : my A4000/040.  If I use the 68040+fpu version, everything is fine.
  29. : There obviously is still at least one serious bug in the
  30. : ixemul.library when it comes to floating point support.
  31.  
  32. : -Fred
  33.  
  34. Yes, it does have something to do with the FPU.  I tried loading up 
  35. NetBSD (whcih uses the ixemul.library) and I got an EMT trap on my 
  36. A3000.  Turned out that I had a jumper set in the wrong mode and my 
  37. FPU had been shut off.
  38.  
  39.  
  40.