On 6/29/21 12:46 AM, Philippe Mathieu-Daudé wrote:
I had to do move bcm2835_peripherals.c to build (otherwise meson complains and refuses to finish the configure script). I assumed it was a problem on my side (or with my git version) and didn't noticed bcm2835_peripherals.h was not under include/.
This must have been an artifact of my busted diff, in my tree: $ find . -name bcm2835_peripherals.h ./include/hw/arm/bcm2835_peripherals.h
Nolan, can you tell us what OS/distribution you are using? You used git v2.30.2 which might be badly packaged there, and could deserve a proper bug report.
Debian Bullseye. I had diff.noprefix=true set in my .gitconfig for some reason or another. I've removed it.