From: Ralf Baechle <ralf@Julia.DE>
To: shaver@neon.ingenia.ca (Mike Shaver)
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: More on the serial strangeness
Date: Fri, 11 Apr 1997 15:11:52 +0200 (MET DST) [thread overview]
Message-ID: <199704111311.PAA01052@kernel.panic.julia.de> (raw)
In-Reply-To: <199704090858.EAA08923@neon.ingenia.ca> from "Mike Shaver" at Apr 9, 97 04:58:17 am
Hi,
> Received: from sgi.sgi.com (SGI.COM [192.48.153.1])
> by alles.intern.julia.de (8.8.5/8.8.5) with SMTP id KAA19302
> for <ralf@Julia.DE>; Fri, 11 Apr 1997 10:51:21 +0200
[...]
>Date: Wed, 9 Apr 1997 04:58:17 -0400 (EDT)
Two days for that mail?
> - If I try to access /dev/console or /dev/tty[1234], I get "can't
> create /dev/whatever: Error 19", which seems to be "no such device".
Btw, Linux/MIPS errno values are (almost) the same as IRIX.
> If someone with the appropriate tools could build me a static tail
> binary, it'll make the experimentation go a fair bit faster.
This is the fun part. You probably need to cheat to make textutils'
autoconf work for crosscompilation. It's usually ok to run configure on
a Linux/Intel system (Using a glibc system is a good idea) and then
crosscompile with a command like
make CC=mips-linux-gcc CFLAGS="-O2 -pipe" LDFLAGS="-static -s"
Autoconf is *nice* in almost all cases but it's often a bitch when
crosscompiling, so feel free to use every dirty trick in the book ...
> (If it'll help, I can set Miguel and Ralf up with appropriate access
> on neon so they can experiment. It'll take a few days, but if it
> keeps those precious geek-cycle from going to waste...)
Thanks, would be useful.
Ralf
WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@Julia.DE>
To: Mike Shaver <shaver@neon.ingenia.ca>
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: More on the serial strangeness
Date: Fri, 11 Apr 1997 15:11:52 +0200 (MET DST) [thread overview]
Message-ID: <199704111311.PAA01052@kernel.panic.julia.de> (raw)
Message-ID: <19970411131152.1EkenFaNKvrYkGuGrdWDdYSTsy6UBrcLJ_-Z7vmHEjg@z> (raw)
In-Reply-To: <199704090858.EAA08923@neon.ingenia.ca> from "Mike Shaver" at Apr 9, 97 04:58:17 am
Hi,
> Received: from sgi.sgi.com (SGI.COM [192.48.153.1])
> by alles.intern.julia.de (8.8.5/8.8.5) with SMTP id KAA19302
> for <ralf@Julia.DE>; Fri, 11 Apr 1997 10:51:21 +0200
[...]
>Date: Wed, 9 Apr 1997 04:58:17 -0400 (EDT)
Two days for that mail?
> - If I try to access /dev/console or /dev/tty[1234], I get "can't
> create /dev/whatever: Error 19", which seems to be "no such device".
Btw, Linux/MIPS errno values are (almost) the same as IRIX.
> If someone with the appropriate tools could build me a static tail
> binary, it'll make the experimentation go a fair bit faster.
This is the fun part. You probably need to cheat to make textutils'
autoconf work for crosscompilation. It's usually ok to run configure on
a Linux/Intel system (Using a glibc system is a good idea) and then
crosscompile with a command like
make CC=mips-linux-gcc CFLAGS="-O2 -pipe" LDFLAGS="-static -s"
Autoconf is *nice* in almost all cases but it's often a bitch when
crosscompiling, so feel free to use every dirty trick in the book ...
> (If it'll help, I can set Miguel and Ralf up with appropriate access
> on neon so they can experiment. It'll take a few days, but if it
> keeps those precious geek-cycle from going to waste...)
Thanks, would be useful.
Ralf
next prev parent reply other threads:[~1997-04-11 14:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-04-09 8:58 More on the serial strangeness Mike Shaver
1997-04-11 13:11 ` Ralf Baechle [this message]
1997-04-11 13:11 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199704111311.PAA01052@kernel.panic.julia.de \
--to=ralf@julia.de \
--cc=linux@cthulhu.engr.sgi.com \
--cc=shaver@neon.ingenia.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.