Den 25/11/2010 kl. 13.08 skrev Erik Cederstrand: > rodata.str1.4: > ------------------ > Some *.o files (all?) contain the path to the corresponding source file: > > Contents of section .rodata.str1.4: > 0000 2f757372 2f686f6d 652f6572 696b2f66 /usr/home/erik/f > 0010 72656562 73642f68 6561642f 7372632f reebsd/head1/src/ > 0020 6c69622f 6c696273 74616e64 2f6f7065 lib/libstand/ope > 0030 6e2e6300 n.c.
I've got the deterministic build working with different OBJDIRs now, and I'm trying different SRCDIR locations. This means I have to remove the above file path from the .rodata.str1.4 section. How did it get in there, and how do I remove it again? Thanks, Erik