noeljohn <noel.daniel@xxxxxxx> writes: > I introduced MOVE_MAX and MOVE_RATIO macros. With this the gcc build is > successful. But when I compile the .c file, I get a segmentation fault. > Are there any docs which will help in knowing the respective macros > required for the rodata section emission ? Awaiting for your help. The gcc internal documentation is pretty good on this kind of thing. http://gcc.gnu.org/onlinedocs/gccint/ Ian