home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2593 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GNU-C and Devpac
  5. Date: 2 Feb 1996 15:39:19 GMT
  6. Organization: University of Rostock
  7. Message-ID: <4etb77$ae3@taiwan.informatik.uni-rostock.de>
  8. References: <9602011841.AA00072@ldngedge.demon.co.uk>
  9. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Steven Matty (Big.Will.Riker@ldngedge.demon.co.uk) wrote:
  13. > Hi,
  14.  
  15. > I have GNU-C v2.7.0 running on Amiga A1200 with 030.
  16.  
  17. > When I create a linkable file under DevPac 3, GNU-C
  18. > complains about the format :
  19.  
  20. > 5 Work:gnu/include/magritte>gcc -noixemul -ansi test.c displaylib.o
  21. > ld: malformed input file (not rel or archive) displaylib.o
  22. > 5 Work:gnu/include/magritte>
  23.  
  24. > When I use SAS-C v6.55 its fine..any ideas?
  25.  
  26.   The amiga-gcc doesn't use the amigas native object code format
  27.   as defined from C=. Since it comes from unix it uses a.out.
  28.   But its possible to convert the amiga object file to the gcc
  29.   format with <hunk2gcc>.
  30.  
  31.   Gunther
  32.