public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Sergei Poselenov <sposelenov@emcraft.com>
To: gsl-discuss@sources.redhat.com
Subject: Failure building GSL-1.9 on FPU-less powerpc
Date: Thu, 23 Aug 2007 11:03:00 -0000	[thread overview]
Message-ID: <46CD3DF1.9000605@emcraft.com> (raw)

Hello all,

I'm trying to build the GSL-19 on a PowerPC target which
does not have the hardware FPU. After configuration, 'make'
stops in ieee-utils:

/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I.. -I..    -g -O2 -c -o fp.lo fp.c
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fp.c  -fPIC -DPIC 
-o .libs/fp.o
In file included from fp.c:8:
fp-gnuppc.c: In function 'gsl_ieee_set_mode':
fp-gnuppc.c:53: error: '_FPU_RC_NEAREST' undeclared (first use in 
this function)
fp-gnuppc.c:53: error: (Each undeclared identifier is reported only once
fp-gnuppc.c:53: error: for each function it appears in.)
fp-gnuppc.c:56: error: '_FPU_RC_DOWN' undeclared (first use in this 
function)
fp-gnuppc.c:59: error: '_FPU_RC_UP' undeclared (first use in this 
function)
fp-gnuppc.c:62: error: '_FPU_RC_ZERO' undeclared (first use in this 
function)
fp-gnuppc.c:69: error: '_FPU_MASK_IM' undeclared (first use in this 
function)
fp-gnuppc.c:82: error: '_FPU_MASK_ZM' undeclared (first use in this 
function)
fp-gnuppc.c:85: error: '_FPU_MASK_OM' undeclared (first use in this 
function)
fp-gnuppc.c:88: error: '_FPU_MASK_UM' undeclared (first use in this 
function)
make[2]: *** [fp.lo] Error 1
make[2]: Leaving directory `/usr/src/denx/SPECS/gsl-1.9/ieee-utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/denx/SPECS/gsl-1.9'
make: *** [all] Error 2


Investigation shows that the problem is that the "configure"
script chose the "gnuppc" IEEE arithmetic interface type by default,
which assume the FPU is present on the target and included
fp-gnuppc.c into the build.

Then the compilation failed because fp-gnuppc.c tries to operate
the FPU hardware constants from fpu_control.h for FPU-aware
powerpcs; these constants are absent on my system.

How can I build GSL?

Thanks in advance,
Sergei

             reply	other threads:[~2007-08-23 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-23 11:03 Sergei Poselenov [this message]
2007-08-27 21:26 ` Brian Gough
2007-08-28  9:32   ` Sergei Poselenov
2007-08-30 19:59     ` Brian Gough

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=46CD3DF1.9000605@emcraft.com \
    --to=sposelenov@emcraft.com \
    --cc=gsl-discuss@sources.redhat.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).