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]

target/5827: Building gcc-3.0.4 for arm-elf on hpux-10.20 fails



>Number:         5827
>Category:       target
>Synopsis:       Building gcc-3.0.4 for arm-elf on hpux-10.20 fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 04 05:56:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     hans_peter_jepsen@danfoss.com
>Release:        gcc-3.0.4
>Organization:
>Environment:
HPUX-10.20
>Description:
I untar'ed gcc-core-3.0.4.tar.gz, gcc-g++-3.0.4.tar.gz and newlib-1.10.0.tar.gz and did

mkdir build-gcc-3.0.4
cd gcc-3.0.4/gcc/
ln -s ../../newlib-1.10.0/newlib .
cd -
cd build-gcc-3.0.4/
PATH=/opt/local/arm-elf-gcc3.0.4/bin:$PATH

../gcc-3.0.4/configure --target=arm-elf --prefix=/opt/local/arm-elf-gcc3.0.4 --with-gnu-as --with-gnu-ld --with-newlib --enable-threads --enable-languages=c,c+

gmake all
 
Then I got this error message:

../../gcc-3.0.4/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/hpj/work/build-gcc-3.0.4/gcc/xgcc -B/home/hpj/work/build-gcc-3.0.4/gcc/ -B/opt/local/arm-elf-gcc3.0.4/arm-elf/bin/ -B/opt/local/arm-elf-gcc3.0.4/arm-elf/lib/ -isystem /opt/local/arm-elf-gcc3.0.4/arm-elf/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0.4/gcc -I../../gcc-3.0.4/gcc/. -I../../gcc-3.0.4/gcc/config -I../../gcc-3.0.4/gcc/../include  -mthumb -DL_muldi3 -c ../../gcc-3.0.4/gcc/libgcc2.c -o libgcc/thumb/_muldi3.o
../../gcc-3.0.4/gcc/libgcc2.c: In function `__muldi3':
../../gcc-3.0.4/gcc/libgcc2.c:368: Could not split insn
(insn 169 126 72 (set (reg:SI 2 r2)
        (const_int 65536 [0x10000])) 176 {*thumb_movsi_insn} (nil)
    (nil))
../../gcc-3.0.4/gcc/libgcc2.c:368: Internal compiler error in final_scan_insn, at final.c:2950
Please submit a full bug report,
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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