Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] build success
@ 1999-06-09 21:26 Tor Arntsen
  1999-06-09 21:43 ` [parisc-linux] Trying to get HP-UX working Alan Cox
  1999-06-09 22:06 ` [parisc-linux] build success Alex deVries
  0 siblings, 2 replies; 14+ messages in thread
From: Tor Arntsen @ 1999-06-09 21:26 UTC (permalink / raw)
  To: parisc-linux

Alex deVries mailed me and said he used the default configs, so I just
pressed return to all make config questions and hey presto it compiled
(except for one thing, coming back to that).

Cross-compiling environment: SGI Octane, irix 6.5, self-built cross compiler
and binutils (from CVS), linux kernel from cvs.

One little thing failed for me (people are obviously cross-compiling on
Linux in general, I guess).  There is no /bin/bash on SGI, it mostly lives
in /usr/freeware/bin.  The following patch fixed it for me (typical Perl
portability hack):

------
Index: arch/parisc/hp//boot/boot_tools/createheader.sh
===================================================================
RCS file: /home/cvs/parisc/linux/arch/parisc/hp/boot/boot_tools/createheader.sh,v
retrieving revision 1.1
diff -u -r1.1 createheader.sh
--- createheader.sh	1999/06/09 18:28:04	1.1
+++ createheader.sh	1999/06/09 21:20:20
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # This is a script that creates a header given the 
 # ipl and vmlinux file locations.
------

-Tor

^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <adevries@thepuffingroup.com>]

end of thread, other threads:[~1999-06-10 14:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-09 21:26 [parisc-linux] build success Tor Arntsen
1999-06-09 21:43 ` [parisc-linux] Trying to get HP-UX working Alan Cox
1999-06-09 22:27   ` xomina
1999-06-09 22:43     ` John David Anglin
1999-06-09 23:04       ` xomina
1999-06-09 22:48     ` Alan Cox
1999-06-09 22:50   ` Erik Paulson
1999-06-09 22:52   ` Matt Taggart
1999-06-09 23:19     ` Alan Cox
1999-06-10  8:57       ` Piotr Strzy¿ewski
1999-06-10 13:21     ` Steven Pritchard
1999-06-10 14:48   ` Fredrik Soderblom
1999-06-09 22:06 ` [parisc-linux] build success Alex deVries
     [not found] <adevries@thepuffingroup.com>
1999-06-09 22:06 ` Tor Arntsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox