Date: Thu, 14 Mar 2024 09:27:27 +0100 From: Dmitry Salychev <dsl@FreeBSD.org> To: Paul Floyd <paulf2718@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: Valgrind on arm64 Message-ID: <86o7bh9pwj.fsf@peasant.tower.home> In-Reply-To: <ada8f8ee-0c5f-419e-bca9-17393d730aea@gmail.com> References: <ada8f8ee-0c5f-419e-bca9-17393d730aea@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86o7bh9pwj.fsf>