home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / amiga / 2391 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!infonode!ingr!ne3005!xanadu!dave
  3. From: dave@xanadu.reston.ingr.com (Dave Loveall)
  4. Subject: Problems compiling gcc 2.3.1?
  5. Message-ID: <dave.721512801@xanadu>
  6. Sender: usenet@ne3005.reston.ingr.com (Usenet Administrator)
  7. Reply-To: dave@xanadu.reston.ingr.com
  8. Organization: Intergraph Corp. Federal Systems Division, Reston VA
  9. Date: 11 Nov 92 20:13:21 GMT
  10. Lines: 31
  11.  
  12. If this isn't a stupid question, just give me some time.. ;-)
  13.  
  14. Has anyone run into problems compiling gcc 2.3.1?  I get a fatal error
  15. while compiling aux-output.c :
  16.  
  17. aux-output.c:1612: In function print_operand:
  18. aux-output.c:1612: `u' undeclared (first use this function)
  19. aux-output.c:1612: (Each undeclared identifier is reported only once
  20. aux-output.c:1612:  for each function it appears in.)
  21.  
  22. *** Error code 1 (bu21)
  23. make: fatal error
  24.  
  25. The error seems to be referring to the macro ASM_OUTPUT_DOUBLE_OPERAND,
  26. which is defined as a function call to asm_fprintf() in m68k.h.  I don't 
  27. see a "u" declared or used anywhere, including the asm_fprintf function in
  28. final.c.  There is a union "u1" declared in print_operand, but no "u".
  29.  
  30. Strange, because gcc 2.2.2 compiled without incident.  And because I tried
  31. both the 2.2.2 and 1.4.5? compilers and got the same error at the same
  32. point.
  33.  
  34. What did I miss here?
  35.  
  36. Thanks,
  37. Dave
  38. --
  39. David Loveall                      |  "Dante's Inferno ?? --          
  40. Intergraph Corp, Reston VA         |     It looks more like _Disco_   
  41. dave@xanadu.reston.ingr.com        |     Inferno......"               
  42.  ..uunet!ingr!reston!xanadu!dave   |                - MST 3K          
  43.