9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
To: 9fans@cse.psu.edu
Subject: [9fans] mk in /sys/src/9/bitsy: don't know how to make '/arm/inflate' ???
Date: Thu, 10 Oct 2002 22:28:58 +0200	[thread overview]
Message-ID: <200210102028.g9AKSwS27998@zamenhof.cs.utwente.nl> (raw)

I'm preparing to bitsify an ipaq (started Booting101 at step 10).
I did: cd /sys/src; objtype=arm; mk install
(and created subdirectories /arm/bin/ip/httpd /arm/bin/usb to make that work)

Then I did (in another window): cd /sys/src/9/bitsy; mk
which gives me the error in the subject.

What have I missed?

Anything I should especially pay attention to when I continue
at step 0 (that's not already mentioned in Booting101)?


In addition:
I'm tempted to change the following in /sys/src/9/bitsy/paqfiles/cpurc
(have a two-slot expensian pack, and non-orinoco wavelan)

86,88c86,105
< if(grep -s WaveLAN/IEEE /dev/pcm0ctl){
< 	if (~ $debug 1) echo 'configure #l0 wavelan'
< 	echo -n 'configure #l0 wavelan'>/dev/pcm0ctl
---
> wavenames=( \
> 	'WaveLAN/IEEE' \
> 	'TrueMobile 1150' \
> 	'Instant Wireless ; Network PC CARD' \
> 	'Avaya Wireless PC Card' \
> 	'AirLancer MC-11' \
> )
> wavedev=''
> wavename=''
> for (dev in /dev/pcm?ctl) {
> 	for (name in $wavenames) {
> 		if(grep -s $name $dev){
> 			wavedev=$dev
> 			wavename=$name
> 		}
> 	}
> }
> if(! ~ $wavedev ''){
> 	if (~ $debug 1) echo 'configure #l0 wavelan' "$wavename" $wavedev
> 	echo -n 'configure #l0 wavelan'>$wavedev
rc 32901: diff 32902: some

and make a similar change to startip in the same directory.

Feedback, please...
(for starters, basic rc question: can I get rid of ugly \ in
 wavenames array without having to put all entries on the same line?
 any trick to avoid this duplication of the wavenames from wavelan.c ?)

Thanks,
Axel.


             reply	other threads:[~2002-10-10 20:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10 20:28 Axel Belinfante [this message]
2002-10-10 20:57 ` Dan Cross
2002-10-10 21:05 Russ Cox

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=200210102028.g9AKSwS27998@zamenhof.cs.utwente.nl \
    --to=axel.belinfante@cs.utwente.nl \
    --cc=9fans@cse.psu.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).