Page 1 of 1

no .eh_frame_hdr table will be created

Posted: Fri May 14, 2010 8:41 am
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