no .eh_frame_hdr table will be created

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

no .eh_frame_hdr table will be created

Post by gerryg400 »

Code: Select all

$ x86_64-artix-gcc conman.c

/Users/gerryg/artix/usr/x86_64-artix/bin/ld: error in /Users/gerryg/artix/usr/lib/gcc/x86_64-artix/4.4.2/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.
Hi all,
I've been using a cross compiler to build my kernel. Seemed to work okay with -fno-builtin, -nostdlib etc.

Now I've started to compile my apps (plain c no c++) and I get this error. I still end up with a binary. Does anyone know what's happening ?
Thanks in advance

- gerryg400
If a trainstation is where trains stop, what is a workstation ?
Post Reply