I installed Eclipse 2024-03 with the plugin to manage AVR MCUs. But when I try to indicate which MCU programmer I intend to use, using the Windows->Preference->AVR window, although I can see from the console window that the devices have been identified, I am not allowed to add them and therefore use them.
I use Kali OS (Linux 5.15.44-Re4son-v8l+ #1 SMP PREEMPT Debian kali-pi (2022-07-03) aarch64 GNU/Linux) on Raspberry PI4.
The avrdude (version 7.1) program works perfectly if launched from the command line. I can't understand why Eclipse is unable to configure any device starting from the configuration file /etc/avrdude.conf which however seems to find and manage (through the execution of avrdude).
I would simply to configure the device:
usbasp = USBasp, [/etc/avrdude.conf:1217]
Can anyone give me information on how to fix this issue?