]> sourceware.org Git - valgrind.git/commit
Bug 480126 - Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 21 Jan 2024 20:33:06 +0000 (21:33 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 21 Jan 2024 20:33:06 +0000 (21:33 +0100)
commit5bdb86cc9a962f04f2dd3816b7d3a96288b09b72
treef2f3ea143ff11f4c1a9f0289dcea1deab528b1c0
parent3cacde0ca261196031cb84b22ad427483bae057e
Bug 480126 - Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

The problem is that the Pi 3+ with raspbian has a 64bit aarch64 OS
but a 32bit gnueabihf userland. If you just run "configure" the
result will be an attempt to use 32-bit GCC with the ARM64 Valgrind
platform, which will fail.

This can be fixed by using the appropriate --host= option.
I've updated README.aarch64 with a description of this.

I've also changed configure.ac to take "arm*" for the
ARM platform (previously it was "armv7*"). That's been
a patch on Debian for a while. It will allow building
on older arm hardware and also armv8 (used on the
Raspberry Pi 3 and later models).
NEWS
README.aarch64
configure.ac
This page took 0.02905 seconds and 5 git commands to generate.