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.
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