|
From: Nicholas N. <nj...@cs...> - 2005-08-03 13:22:05
|
On Fri, 29 Jul 2005, Paul Pluzhnikov wrote: > make check fails to build: > /home/paul/valgrind-3.0.RC1/tests/cputest.c:103: undefined reference to `go' > collect2: ld returned 1 exit status > > This is because this gcc uses -D__x86_64 rather then -D__amd64 I fixed that the other day. > Most of the tests fail: > == 157 tests, 149 stderr failures, 2 stdout failures ================= > memcheck/tests/addressable (stderr) > memcheck/tests/badaddrvalue (stderr) > memcheck/tests/badfree-2trace (stderr) > memcheck/tests/badfree (stderr) > memcheck/tests/badjump (stderr) > memcheck/tests/badjump2 (stderr) > ... > > Looks like most of them are failing due to > Warning: zero-sized CIE/FDE but not at section end in DWARF2 CFI reading > which I reported earlier. Julian fixed that, too. N |