home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gcc / help / 1987 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.9 KB  |  42 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!gate.fzi.de!news
  3. From: HANCZAK@FZIVMS.FZI.DE (Andrzej Hanczak)
  4. Subject: Crosscompiler VMS -> Motorola 68k
  5. Message-ID: <1992Aug26.123110.17714@fzi.de>
  6. Sender: news@fzi.de (FZI-news)
  7. Organization: FZI, Forschungszentrum Informatik, Karlsruhe, Germany
  8. Date: Wed, 26 Aug 1992 12:31:10 GMT
  9. X-News-Reader: VMS NEWS 1.22
  10. Lines: 30
  11.  
  12. Hi!
  13.  
  14. Since a longer time I'm trying to build a GNU C crosscompiler that will 
  15. enable of compiling the files on VMS system and downloading themon the Motorola
  16. 68k based CPU board. I've got executable version of GNU C v2.2 compiler and it
  17. works fine on my VAX machine. However I need an assembler (GAS) that can
  18. understand the files generated by GCC. I've started to build the GAS on the VAX
  19. for the M68k processor family. After compilation of the the sources, I get
  20. error message while trying to link the objects. The problems are caused by two
  21. variables that are defined in the VAXC library but declared in the source files 
  22. of the assembler. The problem is that the attributes of this variables in
  23. object files differ from the attributes in library (it is SHARE attribute).
  24. VAXC compiler enables use of the "share" or "noshare" modifiers, however I
  25. have not found this kind of modifiers in GNUC. Trying to compile this files
  26. with VAXC compiler results in a number of compilatin errors.
  27. Does anybody have an idea how to solve my problem -> GAS runing on VMS machine
  28. and generating Motorola 68k object code. The other question is what to do next
  29. with obtained object files. Can I use normal VAX linker or I need some other
  30. one.
  31.  
  32. I will be greatfull for any help
  33.  
  34.   Andrzej Hanczak
  35.  
  36.  
  37.  
  38. ++++++++++++++++++
  39. Andrzej Hanczak                                         email hanczak@fzi.de
  40. FZI Forschungszentrum Informatik                        phone +49-721-9654-332
  41. Haid-und-Neu-Str. 10-14, D-7500 Karlsruhe, Germany      fax   +49-721-9654-309
  42.