public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kaspar Fischer <fischerk@inf.ethz.ch>
To: gcc-help@gcc.gnu.org
Subject: gcc-3.1.1: make bootstrap fails on Darwin/Altivec
Date: Tue, 06 Aug 2002 05:39:00 -0000	[thread overview]
Message-ID: <9AB567A4-A939-11D6-BD51-00039367559A@inf.ethz.ch> (raw)

Dear everybody,
I'm trying to build gcc-3.1.1 on MacOS 10.1.5 (PowerBook G4).  I am not 
an expert, so please excuse me if I am doing something silly.

I started with

    ../gcc-3.1.1/configure --prefix=/usr/local/gcc-3.1.1 --enable-altivec 
--enable-languages=c,c++

followed by 'make bootstrap'.  The latter failed as follows:

...
./xgcc -B./ -B/usr/local/gcc-3.1.1/powerpc-apple-darwin5.5/bin/ -isystem 
/usr/local/gcc-3.1.1/powerpc-apple-darwin5.5/include -isystem 
/usr/local/gcc-3.1.1/powerpc-apple-darwin5.5/sys-include -O2  
-DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.1.1/gcc 
-I../../gcc-3.1.1/gcc/. -I../../gcc-3.1.1/gcc/config 
-I../../gcc-3.1.1/gcc/../include -fexceptions -c 
../../gcc-3.1.1/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc-3.1.1/gcc/unwind-dw2.c: In function `extract_cie_info':
../../gcc-3.1.1/gcc/unwind-dw2.c:226: warning: implicit declaration of 
function `strlen'
../../gcc-3.1.1/gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc-3.1.1/gcc/unwind-dw2.c:899: warning: implicit declaration of 
function `memset'
../../gcc-3.1.1/gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc-3.1.1/gcc/unwind-dw2.c:1181: warning: implicit declaration of 
function `memcpy'
/var/tmp//ccWKPvXc.s:3286:vector instruction is optional for the PowerPC 
(not allowed without -force_cpusubtype_ALL option)
/var/tmp//ccWKPvXc.s:3289:vector instruction is optional for the PowerPC 
(not allowed without -force_cpusubtype_ALL option)
...
/var/tmp//ccWKPvXc.s:4088:vector instruction is optional for the PowerPC 
(not allowed without -force_cpusubtype_ALL option)
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[2]: *** [stmp-multilib] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

I guess there is something wrong with the assembler because the problem 
arises in a .s-file.  Can somebody help me?

Thanks a lot,
Kaspar

             reply	other threads:[~2002-08-06 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-06  5:39 Kaspar Fischer [this message]
2002-08-07 10:39 ` Kaspar Fischer

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=9AB567A4-A939-11D6-BD51-00039367559A@inf.ethz.ch \
    --to=fischerk@inf.ethz.ch \
    --cc=gcc-help@gcc.gnu.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 read-only IMAP folder(s) and NNTP newsgroup(s).