This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12015] New: [arm-netbsdelf] hidden symbol __fixunsdfsi referenced by DSO


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

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

           Summary: [arm-netbsdelf] hidden symbol __fixunsdfsi referenced by
                    DSO
           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: arm-netbsdelf1.6.1

Building a cross to arm-netbsdelf1.6.1 with mainline (20030821) fails configuring libstdc++:

checking for arm-netbsdelf1.6.1-gcc... (cached)  /tmp/mainline/objdir/gcc/xgcc -B/tmp/
mainline/objdir/gcc/ -B/tmp/dara//arm-netbsdelf1.6.1/bin/ -B/tmp/dara//arm-netbsdelf1.6.1/
lib/ -isystem /tmp/dara//arm-netbsdelf1.6.1/include -isystem /tmp/dara//arm-netbsdelf1.6.1/
sys-include
checking for C compiler default output... configure: error: C compiler cannot create executables

...

the error in config.log is as follows:

configure:2349: checking for C compiler default output
configure:2352:  /tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/ -B/tmp/dara//
arm-netbsdelf1.6.1/bin/ -B/tmp/dara//arm-netbsdelf1.6.1/lib/ -isystem /tmp/dara//arm-
netbsdelf1.6.1/include -isystem /tmp/dara//arm-netbsdelf1.6.1/sys-include -O2 -g -O2 -O2 -g 
-O2  conftest.c  >&5
/tmp/dara//arm-netbsdelf1.6.1/bin/ld: a.out: hidden symbol `__fixunsdfsi' in /tmp/mainline/
objdir/gcc/libgcc.a(_fixunsdfsi.oS) is referenced by DSO
collect2: ld returned 1 exit status

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]