From: ben bodley <benb@m2tech.co.nz>
To: embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: compiling glibc for 4xx core powerpc
Date: Wed, 15 Mar 2000 15:02:35 +1300 [thread overview]
Message-ID: <38CEEF3B.2665CD22@m2tech.co.nz> (raw)
hello all..
i am attempting to compile glibc for my platform (4xx core powerpc) and
as this core doesnt have an fpu, am compiling with -msoft-float.. but it
dont work.. during compile i receive this error:
../sysdeps/powerpc/s_isnan.c:27: Invalid `asm' statement:
../sysdeps/powerpc/s_isnan.c:27: fixed or forbidden register 32 (0) was
spilled for class FLOAT_REGS.
(this occurs on an attempted assemble of a fpu instruction)
my system specs are:
- compiling with gcc 2.95.2 native on powermac g4
- glibc 2.1.3
- kernel(powermac)=2.2.15pre14
- kernel(4xx)=2.3.42 + patches
- glibc configure options: configure --target=powerpc-linux
--host=powerpc-linux
--enable-add-ons=crypt, linuxthreads --prefix=/usr/local/ppc403
--without-fp
- CFLAGS extras: -msoft-float -DNDEBUG=1 -O2
does anyone have a clue as to what is going on?? will i have to add some
sort of software emulated floating point support in the kernel (use 8xx
emu)?? or am i just missing a compiler option??
is it worth using this late revision of glibc, or am i better off to use
an earlier/simpler revision??
cheers for any insights!
ben
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2000-03-15 2:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-03-15 2:02 ben bodley [this message]
2000-03-15 2:15 ` compiling glibc for 4xx core powerpc Alan Mimms
2000-03-15 13:48 ` Mike Wolf
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=38CEEF3B.2665CD22@m2tech.co.nz \
--to=benb@m2tech.co.nz \
--cc=linuxppc-embedded@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 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.