9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Gregory Pavelcak <g.pavelcak@comcast.net>
To: 9fans@cse.psu.edu
Subject: [9fans] Kernel and IL
Date: Tue,  2 Oct 2007 20:44:23 -0400	[thread overview]
Message-ID: <f087c6cc4c435f03ed9f462cc6aecd8d@comcast.net> (raw)

I'm trying to build a kernel with il. I added il under ip and boot
in the source file and have il.c in /sys/src/9/ip, but I seem to
be missing something. What?

Thanks.

Greg

cpu% mk 'CONF=pcauth'
rc ../port/mkdevc pcauth > pcauth.c
8a $AFLAGS l.s
8a $AFLAGS plan9l.s
8c -FVw cga.c
8c -FVw i8253.c
8c -FVw i8259.c
8c -FVw kbd.c
8c ../port/initcode.c
8c init9.c
8l -l -R1 -o init.out init9.8 initcode.8 /386/lib/libc.a
strip init.out
{echo 'uchar initcode[]={'
 cat init.out | xd -1x |
	sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
 echo '};'} > init.h
8a rebootcode.s
8l -l -s -T0x11000 -R4 -o reboot.out rebootcode.8
{echo 'uchar rebootcode[]={'
 xd -1x reboot.out |
	sed -e '1,2d' -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g'
 echo '};'} > reboot.h
8c -FVw memory.c
8c -FVw mmu.c
8c -FVw random.c
8c -FVw trap.c
8c -FVw -I. ../port/print.c
8c -FVw -I. ../ip/esp.c
8c -FVw vga.c
8c -FVw ether82557.c
8c -FVw uarti8250.c
8c -FVw vgasavage.c
8c -FVw sdata.c
8c -FVw -I. ../port/devmnt.c
8c -FVw vgas3.c
8c -FVw -I. ../ip/iproute.c
8c -FVw -I. ../port/devtls.c
8c -FVw -I. ../port/devdup.c
8c -FVw -I. ../port/devenv.c
8c -FVw -I. ../ip/tcp.c
8c -FVw apm.c
8c -FVw -I. ../port/devsd.c
8c -FVw vgax.c
8c -FVw devarch.c
8c -FVw -I. ../ip/ipifc.c
8c -FVw devether.c
8c -FVw -I. ../ip/chandial.c
8c -FVw -I. ../port/devsrv.c
8c -FVw -I. ../ip/icmp.c
8c -FVw -I. ../ip/ethermedium.c
8c -FVw -I. ../port/devcap.c
8c -FVw -I. ../port/devproc.c
8c -FVw dma.c
8c -FVw -I. ../port/devmouse.c
8c -FVw devrtc.c
8c -FVw devfloppy.c
8c -FVw -I. ../ip/ip.c
8c -FVw -I. ../ip/udp.c
8c -FVw ethervt6102.c
8c -FVw -I. ../ip/ipv6.c
8c -FVw -I. ../port/devcons.c
8c -FVw -I. ../port/devpnp.c
8c -FVw -I. ../ip/il.c
../ip/il.c:552 name not declared: Logil
../ip/il.c:559 name not declared: Logil
../ip/il.c:575 name not declared: Logil
../ip/il.c:598 name not declared: Logil
../ip/il.c:606 name not declared: Logil
warning: ../ip/il.c:569 set and not used: csum
warning: ../ip/il.c:571 set and not used: st
warning: ../ip/il.c:573 set and not used: st
warning: ../ip/il.c:594 set and not used: st
warning: ../ip/il.c:596 set and not used: st
../ip/il.c:654 name not declared: Logil
../ip/il.c:832 name not declared: Logil
warning: ../ip/il.c:831 set and not used: id
../ip/il.c:855 name not declared: Logilmsg
../ip/il.c:862 name not declared: Logilmsg
../ip/il.c:871 name not declared: Logil
../ip/il.c:951 name not declared: Logil
too many errors


             reply	other threads:[~2007-10-03  0:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-03  0:44 Gregory Pavelcak [this message]
2007-10-03  1:25 ` geoff
2007-10-03 10:17   ` Gregory Pavelcak
2007-10-03  1:26 ` geoff

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=f087c6cc4c435f03ed9f462cc6aecd8d@comcast.net \
    --to=g.pavelcak@comcast.net \
    --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).