|
From: Christoph B. <bar...@or...> - 2005-09-06 08:44:32
|
Am Dienstag, 6. September 2005 10:17 schrieb Yeshurun, Meir: > Hi, > > I once had this problem and Tom showed me how to solve it (hopefully it > will work in your case as well). > > When not using PIE, in the configure script, change the value of > KICKSTART_BASE to 0xA0000000 (i.e. just change the 'B' to 'A') for the > relevant platform, and configure,make,make install again. > > When you are using PIE, the way to do the same thing is to increase the > value subtraced from exe_end to compute exe_base in line 272 of > coregrind/stage1.c Thanks, what is a suggested value for subtracting from exe_end in the PIE case? Christoph |