[Bug c++/80848] New: /crtend.o(.eh_frame); no .eh_frame_hdr table will be created
mitalis at iiitd dot ac.in
gcc-bugzilla@gcc.gnu.org
Sun May 21 17:29:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80848
Bug ID: 80848
Summary: /crtend.o(.eh_frame); no .eh_frame_hdr table will be
created
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mitalis at iiitd dot ac.in
Target Milestone: ---
I am trying to compile a C++ code using a cross-compiler built using
crosstool-ng. It is throwing the following error:
:~/Desktop$ alphaev4-unknown-linux-gnu-g++ -static new1.cpp -o hello
/home/iiitd/local/x-tools/alphaev4-unknown-linux-gnu/lib/gcc/alphaev4-unknown-linux-gnu/6.3.1/../../../../alphaev4-unknown-linux-gnu/bin/ld:
error in
/home/iiitd/local/x-tools/alphaev4-unknown-linux-gnu/lib/gcc/alphaev4-unknown-linux-gnu/6.3.1/crtend.o(.eh_frame);
no .eh_frame_hdr table will be created.
crosstool-NG version: crosstool-ng-1.23.0.rc2
Binutils Version: 2.28
glibc version 2.25
gcc linaro 6.3-2017.02
Host OS: ubuntu 16.04 LTS, 64-bit
More information about the Gcc-bugs
mailing list