home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / minix / 4062 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.9 KB

  1. Path: sparky!uunet!pyrdc!grebyn!escom!al
  2. From: al@escom.com (Al Donaldson)
  3. Newsgroups: comp.os.minix
  4. Subject: GCC 1.37 binaries
  5. Message-ID: <1992Jul30.175521.3962@escom.com>
  6. Date: 30 Jul 92 17:55:21 GMT
  7. Organization: ESCOM Corporation
  8. Lines: 44
  9.  
  10. A friend picked up the 1.37 GCC stuff from somewhere (probably 
  11. nmrdc1.nmrdc.nnmc.navy.mil, but he doesn't remember...) and I started 
  12. trying to get GCC to work.  But as listed below, I ran into problems.  
  13. So I sent the following mail to Alan and Richard (listed as authors 
  14. of the the GCC patches) but haven't had a reply yet.
  15.  
  16. My question is simple.  Have any of you been able to get the
  17. 1.37 GCC binaries in the gccbin directory to work on a 386 MINIX
  18. system?  If so, could you send me a listing of your gccbin directory,
  19. the checksums for gcc-as, gcc-cpp, and gcc-ld, and if possible,
  20. the "od -c" output for the first 32 bytes of each of the files.
  21.  
  22. Thanks,
  23.  
  24. Al
  25. =======
  26. |From al Sun Jul 26 20:15:56 1992
  27. |To: awb@ed.ac.uk, richard@aiai.ed.ac.uk
  28. |Subject: MINIX 386 gcc
  29. |
  30. |Alan, Richard,
  31. |
  32. |I'm trying to get your gcc 1.37 port running on my 386 box, but 
  33. |I'm running into some problems.  I've got Bruce Evans' 386 patches 
  34. |installed, and am able to rebuild the system in 32-bit mode.  
  35. |A friend FTP'd your directory from nmrdc1.nmrdc.nnmc.navy.mil 
  36. |and I went to work.  
  37. |
  38. |But for some reason I can't exec the binaries in the gccbin directory
  39. |(gcc-as, gcc-cpp, gcc-ld).  At first I figured they were gnu a.out
  40. |format, so I ran gcc2minix (which does exec OK..) on them, but 
  41. |gcc2minix gives an error message "Bad magic number 0x10100301".
  42. |So, apparently, the binaries aren't in asld a.out format (otherwise
  43. |I'd be able to exec them from the shell..) and they're not in
  44. |gcc a.out format either.
  45. |
  46. |So I went to the src dirctory, and tried to build gcc-as from
  47. |source.  But bcc chokes on "unsigned int r_pcrel:1;" in a.out.gnu.h,
  48. |so I can't build gas from source, either..
  49. |
  50. |Any ideas?
  51. |
  52. |Al
  53. |al@escom.com
  54.