|
From: Florian K. <br...@ac...> - 2008-05-14 20:41:27
|
On Wednesday 14 May 2008 1:51:57 pm Bart Van Assche wrote: > > Can you have a look at the output of the following command: > svn diff svn://svn.valgrind.org/valgrind/trunk \ > svn://svn.valgrind.org/valgrind/branches/CROSS_COMPILATION It worked for me after adding #include <assert.h> to genoffset.c Without that it would not link for me. But, the more I think of it the more I get convinced that these OFFSETs need to be computed by the target compiler. Florian |