Bug 34151 - Compiling GCC-3.4.3 gives internal compiler error: in arm_dbx_register_number, at config/arm/arm.c
Summary: Compiling GCC-3.4.3 gives internal compiler error: in arm_dbx_register_number...
Status: RESOLVED DUPLICATE of bug 29693
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 3.4.3
: P3 normal
Target Milestone: 4.0.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 13:30 UTC by deepak singal
Modified: 2008-09-28 23:43 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deepak singal 2007-11-19 13:30:38 UTC
The host is linux 2.6.19.
The target platform is Freescale imx31ads board.
The cross toolchain is arm-none-linux-gnueabi-.

While compiling the gcc-3.4.3, its giving the following error:

-c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc/unwind-dw2.c: In function 'extract_cie_info':
../../gcc/unwind-dw2.c:328: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
../../gcc/unwind-dw2.c:381: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../gcc/unwind-dw2.c: In function 'execute_cfa_program':
../../gcc/unwind-dw2.c:844: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../gcc/unwind-dw2.c: In function 'uw_frame_state_for':
../../gcc/unwind-dw2.c:1060: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../gcc/unwind-dw2.c: In function 'init_dwarf_reg_size_table':
../../gcc/unwind-dw2.c:1272: internal compiler error: in arm_dbx_register_number, at config/arm/arm.c:15183
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./unwind-dw2.o] Error 1
make[2]: Leaving directory `/home/deepak.singal/test1/ltib-imx31ads-20070511/rpm/BUILD/gcc-3.4.3/build-gcc/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/deepak.singal/test1/ltib-imx31ads-20070511/rpm/BUILD/gcc-3.4.3/build-gcc/gcc'
make: *** [all-gcc] Error 2
error: Bad exit status from /home/deepak.singal/test1/ltib-imx31ads-20070511/tmp/rpm-tmp.87288 (%build)


Regards,
Deepak Singal
Comment 1 Andrew Pinski 2007-11-25 02:44:13 UTC
3.4.x is no longer maintained, can you try using 4.1.3 or 4.2.2?

Also I don't think eabi was really supported in 3.4.3 anyways.
Comment 2 Richard Biener 2008-01-25 23:36:49 UTC
No activity for month.
Comment 3 Andrew Pinski 2008-09-28 23:43:24 UTC
Reopening to ...
Comment 4 Andrew Pinski 2008-09-28 23:43:45 UTC
Mark as a dup of bug 29693.

*** This bug has been marked as a duplicate of 29693 ***