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++/80848] New: /crtend.o(.eh_frame); no .eh_frame_hdr table will be created


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

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