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

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!ogicse!cs.uoregon.edu!nntp.uoregon.edu!news.u.washington.edu!serval!poly2!hlu
  2. From: hlu@poly2.eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Re: cross compiling 386 code on SUN or AIX boxes
  5. Message-ID: <1992Sep3.212229.23186@serval.net.wsu.edu>
  6. Date: 3 Sep 92 21:22:29 GMT
  7. Article-I.D.: serval.1992Sep3.212229.23186
  8. References: <1992Sep3.085818@se05.wg2.waii.com>
  9. Sender: hlu@poly2 (H.J. Lu)
  10. Organization: Washington State University
  11. Lines: 24
  12.  
  13. In article <1992Sep3.085818@se05.wg2.waii.com>, dla@se05.wg2.waii.com (Doug Acker) writes:
  14. |> Has anyone tried this?  I built gcc fine on a SUN and rs6000 box...and tried 
  15. |> to make the cross-compiler ... but I fail when I try to compile toplev.c ..
  16. |> TARGET-DEFAULTS are wrong ...  I'm using xmi386dos.h and i386.h ...
  17. |> 
  18. |> -- 
  19. |> Douglas L. Acker
  20. |> 
  21. |> Western Geophysical Exploration Products
  22. |> Systems Engineer
  23. |> 
  24. |> Email (internal):  acker                Phone:  713-964-6128
  25. |>       (Internet):  acker@wg2.waii.com
  26.  
  27. You need the source codes of ld, ar and as for 386. I am doing this
  28. everyday. I just do
  29.  
  30. gcc -b i386-linux
  31.  
  32. to make binaries for Linux which is a Unix clone for 386.
  33.  
  34. H.J.
  35. ----
  36. gcc/libc maintainter for Linux 
  37.