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 c/14095] New: sh-elf build failure in libgcc2


I get the following error with latest cvs sources

/home/mnt/rakeshku/cvs/objs/gcc/xgcc -B/home/mnt/rakeshku/cvs/objs/gcc/ -
B/home/mnt/rakeshku/cvs/install/sh-elf/bin/ -B/home/mnt/rakeshku/cvs/install/sh-
elf/lib/ -isystem /home/mnt/rakeshku/cvs/install/sh-elf/include -
isystem /home/mnt/rakeshku/cvs/install/sh-elf/sys-include -O2  -DIN_GCC -
DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -
D__GCC_FLOAT_NOT_NEEDED  -I. -I -I/home/mnt/rakeshku/cvs/gcc/gcc -
I/home/mnt/rakeshku/cvs/gcc/gcc/ -I/home/mnt/rakeshku/cvs/gcc/gcc/../include   -
DL_muldi3 -c /home/mnt/rakeshku/cvs/gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
/tmp/ccqEKzrt.s: Assembler messages:
/tmp/ccqEKzrt.s:280: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:281: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:289: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:290: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:298: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:299: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}
/tmp/ccqEKzrt.s:312: Error: can't resolve `.text' {.text section} - `_.text' 
{*UND* section}


If LIBGCC2_DEBUG_CFLAGS is set to NULL, GCC installs itself successfully.

Here is the version information:

/home/mnt/rakeshku/cvs/gcc/configure --target=sh-elf --
prefix=/home/mnt/rakeshku/cvs/install --with-as=/home/gnu/local/bin/sh-elf-as --
with-ld=/home/gnu/local/bin/sh-elf-ld --with-libs=/home/gnu/local/sh-elf/lib --
enable-languages=c --with-headers=/home/gnu/local/sh-elf/include --enable-
checking=rtl
Thread model: single
gcc version 3.5.0 20040210 (experimental)

-- 
           Summary: sh-elf build failure in libgcc2
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rakeshku at noida dot hcltech dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh-unknown-elf


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


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