9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: <plan9@itic.ca>
To: <9fans@cse.psu.edu>
Subject: [9fans] Sparc port / kl  or libsec.a issue ?
Date: Mon,  1 Apr 2002 22:54:32 -0600	[thread overview]
Message-ID: <FIEDLHOOAEHBJAPIKGJCIEMGCAAA.plan9@itic.ca> (raw)



I tried to build all Sparc libraries

I had to create /sys/src/libmp/makefile  and /sys/src/libsec/mkfile so that port libs are installed (no arch specific code right now).

Then it worked

But when compiling /sys/src/cmd/cpu.c,

kl claims that :

k^l  -o k.cpu cpu.k
srvauthnonce: undefined: des56to64
	JMPL	,des56to64+0(SB)

mk: k^l  -o ...  : exit status=rc 38470:kl 38472:error


nm reveals that des56to64 is actually a global member of compiled /sparc/lib/libsec.a

cpu1% nm /sparc/lib/libsec.a |grep 56
des.k:         T des56to64
des.k:         T des64to56

I tried a newer version of /sys/src/cmd/kl/*   (TX Charles)

I removed /saprc/lib/*  , made a mk clean within /sys/src/...  , rebuild kl, libs and cmd
It changed nothing



             reply	other threads:[~2002-04-02  4:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-02  4:54 plan9 [this message]
2002-04-02  7:24 plan9
2002-04-02  8:12 plan9

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=FIEDLHOOAEHBJAPIKGJCIEMGCAAA.plan9@itic.ca \
    --to=plan9@itic.ca \
    --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).