public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dhazeghi at yahoo dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/11997] New: libgcc build fails because crtbeginS.o not built for sh-netbsdelf
Date: Wed, 20 Aug 2003 19:55:00 -0000	[thread overview]
Message-ID: <20030820195542.11997.dhazeghi@yahoo.com> (raw)

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11997

           Summary: libgcc build fails because crtbeginS.o not built for sh-
                    netbsdelf
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: sh-netsbdelf1.6.1

Building for target sh-netbsdelf with current mainline (20030820) fails linking
libgcc:

/tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/
-B/tmp/dara//sh-netbsdelf1.6.1/bin/ -B/tmp/dara//sh-netbsdelf1.6.1/lib/ -isystem
/tmp/dara//sh-netbsdelf1.6.1/include -isystem
/tmp/dara//sh-netbsdelf1.6.1/sys-include -O2  -DIN_GCC -DCROSS_COMPILE   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fpic -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared
-nodefaultlibs -Wl,--soname=libgcc_s.so.1
-Wl,--version-script=libgcc/./libgcc.map -o libgcc_s.so.1   libgcc/./_ashiftrt.o
libgcc/./_ashiftrt_n.o libgcc/./_ashiftlt.o libgcc/./_lshiftrt.o
libgcc/./_movstr.o libgcc/./_movstr_i4.o libgcc/./_mulsi3.o libgcc/./_sdivsi3.o
libgcc/./_sdivsi3_i4.o libgcc/./_udivsi3.o libgcc/./_udivsi3_i4.o
libgcc/./_set_fpscr.o libgcc/./_ic_invalidate.o libgcc/./_muldi3.o
libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o
libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o
libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o
libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o
libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o
libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o
libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o
libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o
libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o
libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o
libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o
libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o
libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o
libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_divdi3.o
libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o
libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o  libgcc/./unwind-dw2.o
libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o
libgcc/./unwind-c.o -lc && rm -f libgcc_s.so && ln -s libgcc_s.so.1 libgcc_s.so
/tmp/dara//sh-netbsdelf1.6.1/bin/ld: cannot open crtbeginS.o: No such file or
directory
collect2: ld returned 1 exit status
make[1]: *** [libgcc_s.so] Error 1

A quick search shows that crt*.o have not been built yet, so the failed link
isn't a big surprise.

Compiler was configure with ../gcc/configure --prefix=/tmp/dara
--target=sh-netbsdelf1.6.1 --with-sysroot=/tmp/dara/sh-netbsdelf1.6.1/sysroot
--enable-languages=c,c++,objc


             reply	other threads:[~2003-08-20 19:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-20 19:55 dhazeghi at yahoo dot com [this message]
2003-08-20 20:59 ` [Bug bootstrap/11997] " pinskia at gcc dot gnu dot org
2003-08-20 22:43 ` dhazeghi at yahoo dot com
2003-08-20 22:47 ` pinskia at gcc dot gnu dot org
2003-08-21  1:34 ` pinskia at gcc dot gnu dot org
2003-08-23  1:25 ` dhazeghi at yahoo dot com

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=20030820195542.11997.dhazeghi@yahoo.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).