From: Dan Malek <dmalek@jlc.net>
To: linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: Embedded 8xx libraries
Date: Thu, 04 Mar 1999 14:11:42 -0500 [thread overview]
Message-ID: <36DEDAED.F8384894@jlc.net> (raw)
OK....Finally. I promised these a long time ago and now they are
on the linuxppc.cs.nmt.edu server in the embedded directory.
The file libc-1.99-8xx-tar.gz contains the files with symbolic links
for everything found in the source RPM (I think :-). I didn't build this as
an RPM because I think it is easier to choose the pieces you need and
install on an embedded system.
These are built from Gary's glibc-0.961212-1o.src.rpm using
egcs-1.0.2 and the -mcpu=860 flag.
In addition to having the software floating point, I "fixed" an assumption
about the cache line size. The 8xx uses a 16 byte cache line while the
other PPC cores seems to all use 32 bytes. This caused problems
flushing the copy back cache during dynamic library loading. You can
enable the copy back cache initialization (in head.S in the kernel) when
you use these libraries.
Make sure you also use the -mcpu=860 (or -msoft-float) when compiling
and linking your programs since there are different compiler run-time
support functions that must also be linked into the program.
Once we all catch up to glibc2 I will do this again.
-- Dan
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
reply other threads:[~1999-03-04 19:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=36DEDAED.F8384894@jlc.net \
--to=dmalek@jlc.net \
--cc=linuxppc-dev@lists.linuxppc.org \
/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).