[root@localhost avrdude-gcc9]# export PATH="/home/daddesio/gcc/gcc-9.1.1/prefix/bin:$PATH" [root@localhost avrdude-gcc9]# export LD_LIBRARY_PATH="/home/daddesio/gcc/gcc-9.1.1/prefix/lib64" [root@localhost avrdude-gcc9]# gcc --version gcc (GCC) 9.1.1 20190503 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [root@localhost avrdude-gcc9]# which avrdude /home/daddesio/avrdude-gcc9/prefix/bin/avrdude [root@localhost avrdude-gcc9]# avrdude -c buspirate -P /dev/ttyUSB0 -p m328p -U lfuse:r:lfuse.bin:r Attempting to initiate BusPirate binary mode... (null) mode not confirmed: 'BBIO' avrdude: Failed to start binary mode, falling back to ASCII... Attempting to initiate BusPirate ASCII mode... BusPirate: using ASCII mode BusPirate is now configured for SPI avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.08s avrdude: Device signature = 0x1e950f (probably m328p) avrdude: reading lfuse memory: Reading | ################################################## | 100% 0.03s avrdude: writing output file "lfuse.bin" avrdude: safemode: Fuses OK (E:FD, H:D9, L:FF) avrdude done. Thank you. [root@localhost avrdude-gcc9]#