home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23672 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.4 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: big-endian linux cross-compiler?
  5. Date: 11 Jan 1993 17:55:42 -0600
  6. Organization: Kansas State University
  7. Lines: 28
  8. Message-ID: <1it1duINNhce@matt.ksu.ksu.edu>
  9. References: <1isq17INNnqa@cobra.cs.ubc.ca>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. edmonds@cs.ubc.ca (Brian Edmonds) writes:
  13.  
  14. >I would like to build a cross-compiler for linux on an HP720.  I asked 
  15. >HJ, but he cross-compiles on a DECstation (little-endian) and 
  16. >recommended I ask here.  Mainly I need a list of all the pieces, how to 
  17. >build them, and where then to put them.  I so far have acquired the 
  18. >following: 
  19.  
  20. >gcc-2.3.3.tar.Z
  21. >gas-1.38.1.tar.Z
  22. >binutils-1.9l.tar.Z
  23.  
  24. >I have created the directory /usr/local/i386-linux to install things 
  25. >under, but am having trouble getting the basic utilites like ld to 
  26. >compile properly.
  27.  
  28. You will probably want to get binutils 2.0, since they supposedly have support
  29. for cross-compiling across systems that have endian differences.
  30.  
  31. But, not to throw a damper on things I have never been able to get my cross
  32. compiler to make working executables. I can compile up to the .o stage and
  33. then take them home and finish, but no executable runs.
  34.  
  35. I can cross compile the kernel and libraries this way, but nothing else.
  36.  
  37. (BTW this is from a sun4 system to linux)
  38.  
  39. James
  40.