There's a merged pull request on the void-packages repository avrdude: build with FTDI support https://github.com/void-linux/void-packages/pull/25147 Description: A few days ago I've tried to use avrdude for FT2232 controller. But avrdude gave me an error about missing libftdi1. In fact the library was installed, but avrdude wasn't linked to it. So I fixed this problem.