home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gcc / help / 2050 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.4 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!anaconda.cis.ohio-state.edu!chatfiel
  2. From: chatfiel@anaconda.cis.ohio-state.edu (William Lewis Chatfield)
  3. Newsgroups: gnu.gcc.help
  4. Subject: build error
  5. Message-ID: <1992Sep3.143253.21139@cis.ohio-state.edu>
  6. Date: 3 Sep 92 14:32:53 GMT
  7. Sender: news@cis.ohio-state.edu (NETnews        )
  8. Distribution: gnu
  9. Organization: The Ohio State University Dept. of Computer and Info. Science
  10. Lines: 27
  11.  
  12. I recently posted a message about the following error which occured while I
  13. was trying to build gcc 2.2.2 on a 386BSD 4.4 net2 system.
  14.  
  15.  
  16. libgcc2.c:41:Junk character 47.
  17. libgcc2.c:41:Rest of line ignored. 1st junk character valued 65 (A).
  18. libgcc2.c:43:Junk character 47.
  19. libgcc2.c:43:Rest of line ignored. 1st junk character valued 78 (N).
  20. *** Error code 1
  21.  
  22. Stop.
  23.  
  24.  
  25. I have solved the problem on my own.  It is with the version of the gnu
  26. assembler that I am using.  When gcc puts a comment in its assembler code
  27. output it uses the '/' character to begin the comment, however the new version
  28. of the gnu assembler that I am using does not recognize the '/' character as
  29. beginning a comment.  It only accepts the '#' character as beginning a comment.
  30. This may be specific to i386 machines.  I don't know.
  31.  
  32. I am considering changing my copy of gcc 2.2.2 so that it can use either '/'
  33. or '#' for assembler comments.  I would appreciate any input or corrections to
  34. what I have said.
  35.  
  36.  
  37. Thanks,
  38. Bill Chatfield
  39.