I'm trying to run Valgrind on ARM through scratchbox framework
(http://www.scratchbox.org/) with QEMU emulator. Valgrind builds OK, but fails
to run any program with following synopsis:
[sbox-arm: ~/valgrind-3.6.0] > cat test.c
int main()
{
return 0;
}
[sbox-arm: ~/valgrind-3.6.0] > ./inst/bin/valgrind ./test
valgrind: mmap(0x8000, 4096) failed in UME with error 13 (Permission denied).
The same thing happens both for 3.6.0 release and code from source repository.
Has anyone encountered with such a problem?
Thanks!
------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users