home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0119.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.2 KB  |  27 lines

  1. > Hi, Yesterday I wanted to compile kermit on my 
  2. > NetBSD machine but ran into a problem. (I do have the new binaries and $644)
  3. > The first couple of files compile fine, but when the compiler
  4. > gets to a file called ckuus5.c I get the following:
  5. > trapsignal (1626, 11, 8, 8, 10c18)
  6. > cc: Sep 14 00:08:34 atze /netbsd: trapsignal (1626, 11, 8 ,8, 10c18)
  7. > Internal compiler error: program cpp got fatal signal 11)
  8. > Sep 14 00:08:34 atze /netbsd: trapsignal (1626, 11, 8, 8, 10c18).
  9. > gdb then doesn't recon the core as a core file?? (actually gdb doesn't 
  10. > recognize any coredump as a core file, it did unter #613.
  11.  
  12.     I finally had a chance to look at Arthur's core file, and the
  13. problem with gdb is that a pointer was added to the pmap structure for
  14. 68040 support (yet to come, I guess).  gdb does a sanity check on the
  15. core file, but because of the added bytes, it wasn't looking at what it
  16. thought it was looking at, so it thinks that the core file is much much
  17. larger than it ought to be.  Oh well.  When I get a new kernel built
  18. and the new includes installed, I'll make a new gdb and upload it to
  19. wuarchive.
  20.  
  21. --
  22. ------------------------------------------------------------------------
  23. Andy Heffernan                                            ahh@netcom.com
  24.  
  25.