There's a closed pull request on the void-packages repository Fixed i2pd for older processors https://github.com/void-linux/void-packages/pull/26436 Description: Some processors have not the AES instructions set (https://en.wikipedia.org/wiki/AES_instruction_set) and if you try to run i2pd in a processor without that, it will simply give "Illegal instruction" This can be fixed by removing the `USE_AESNI=1` make flag. (https://i2pd.readthedocs.io/en/latest/devs/building/windows/#aes-ni)