On 03/18/2011 04:32 AM, Rishikesh Rajak wrote: > Hi List, > > I am getting following error while compiling. > > source='builtin.c' object='builtin.o' libtool=no \ > DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ > cc -I../lib -I../lib -O +Onolimit -O +Onolimit -c builtin.c > Signal 11, code 1 (address not mapped to object) > (0) 0x7f7fefcb0f67 U_STACK_TRACE + 0x1f > (1) 0x5348e8 term_on_signal + 0x3dc
Thanks for the report. What system was this on, and with what compiler? Most likely, it is a bug in your compiler and not in m4. Can you build gcc for your platform, and if so, does gcc have the same problem with compiling that file? Another thing would be to see if you could narrow down which part of builtin.c is tripping your compiler bug. You can try a binary search of commenting out bodies of various functions and seeing whether the file will compile (the resulting binary won't run, but right now you're trying to isolate a compiler bug), to see if a particular function is the culprit that exceeds your compiler's limits. -- Eric Blake ebl...@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature