Re: Valgrind on arm64
- Reply: Paul Floyd : "Re: Valgrind on arm64"
- In reply to: Paul Floyd : "Valgrind on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 08:27:27 UTC
Hi, I've built and installed it on my Honeycomb LX2: FreeBSD armforge 14.0-RELEASE-p5 FreeBSD 14.0-RELEASE-p5 #0 releng/14.0-n265410-adfda3c395fa: Thu Mar 14 08:03:01 CET 2024 root@armforge:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 aarch64 1400097 1400097 Are there quick tests to run? Regards, Dmitry Paul Floyd <paulf2718@gmail.com> writes: > Hi > > [reposting the same message that I posted to the Userland forum] > > I'm close to being ready with a port of Valgrind on arm64 (currently > only i386 and amd64 are officially supported). > > I'd appreciate it if anyone could build and test it. > > The git repo is here > https://github.com/paulfloyd/freebsdarm64_valgrind > > To build, run the following > autogen.sh > configure --prefix=where_you_want_to_install > gmake > gmake install > > Iif you have GCC installed run configure with "CC=clang CXX=clang++". > If you prefer not to install it, you can run it from the build > directory with the script "vg-in-place". > > There's one more issue that I'd like to iron out - DRD isn't detecting > pthread_barrier issues. After that I'll push the code upstream and > update the devel/valgrind-devel port. > > I expect Valgrind 3.23 will be out by the end of April and I'll update > devel/valgrind at that time. > > > A+ > Paul -- https://wiki.freebsd.org/DmitrySalychev