Closed jaui closed 2 years ago
@jaui - I've just been testing this on two different builds of Raspberry Pi OS Bullseye over the past week, and haven't had any trouble building—though that was on the disk-benchmarks.sh
script. Maybe the iozone version defined in the microsd script is old and needs updating?
I had same issue - for me, updating the version from 489 to 492 in the microsd-benchmark.sh file fixed everything
Bumped the version in all three files to 492 :)
running
$ sudo ./microsd-benchmarks.sh
under the latest Raspberry Pi OS based on bullseye (debian 11) raises an error during compilation of iozoneThe hint from wesite https://github.com/phoronix-test-suite/test-profiles/issues/139 add a
CFLAGS=-fcommon
statement to make helped.$ make CFLAGS=-fcommon linux-arm
runs smootly.Would you please add this fix to make of iozone.