|
From: xiao f. <cns...@gm...> - 2007-04-08 08:02:10
|
make valgrind 3.3.0.SVN on AIX5.1 failed. launcher-aix5.c: In function `ptrace_READ_BLOCK': launcher-aix5.c:93: warning: passing arg 5 of `ptrace64' makes integer = from pointer without a cast launcher-aix5.c:93: error: too few arguments to function `ptrace64' launcher-aix5.c: In function `ptrace_WRITE_BLOCK': launcher-aix5.c:107: warning: passing arg 5 of `ptrace64' makes integer = from pointer without a cast launcher-aix5.c:107: error: too few arguments to function `ptrace64' launcher-aix5.c: In function `ptrace_READ_GPR': launcher-aix5.c:123: warning: passing arg 5 of `ptrace64' makes integer = from pointer without a cast launcher-aix5.c:123: error: too few arguments to function `ptrace64' launcher-aix5.c:127: error: too few arguments to function `ptrace64' launcher-aix5.c: In function `ptrace_WRITE_GPR': launcher-aix5.c:146: warning: passing arg 5 of `ptrace64' makes integer = from pointer without a cast launcher-aix5.c:146: error: too few arguments to function `ptrace64' launcher-aix5.c:151: error: too few arguments to function `ptrace64' launcher-aix5.c: In function `write_bootstrap_loader_into_child': launcher-aix5.c:1105: error: too few arguments to function `ptrace64' launcher-aix5.c:1109: error: too few arguments to function `ptrace64' launcher-aix5.c: In function `main': launcher-aix5.c:1558: error: too few arguments to function `ptrace64' launcher-aix5.c:1636: error: too few arguments to function `ptrace64' make[3]: *** [valgrind-launcher-aix5.o] Error 1 make[3]: Leaving directory `/home/xxx/valgrind/coregrind' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/xxx/valgrind/coregrind' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/xxx/valgrind' make: *** [all] Error 2 |