Tag: compilation

  • Build iozone for Raspberry Pi

    Download the latest version of iozone @ https://www.iozone.org/src/current Build the code wget https://www.iozone.org/src/current/iozone3_494.tgz tar xvf iozone3_494.tgz cd iozone3_494/src/current make -j4 linux-arm sudo cp iozone /usr/local/bin/ There may be an error pit_server.o: file npit_server.o: file not recognized: file format not recognized collect2: error: ld returned 1 exit status ot recognized: file format not recognized collect2: error:…