Вся 10я страница https://forum.altlinux.org/index.php?topic=34949.135 1. fatal error: stdlib.h: No such file or directory #include <stdlib.h> ^ compilation terminated. Ошибка компиляции. Помогает: apt-get install avr-libc 2. Sketch uses 450 bytes (1%) of program storage space. Maximum is 32 256 bytes. Global variables use 9 bytes (0%) of dynamic memory, leaving 2 039 bytes for local variables. Maximum is 2 048 bytes. avrdude: can't open config file "/etc/avrdude/avrdude.conf": No such file or directory avrdude: error reading system wide configuration file "/etc/avrdude/avrdude.conf" Помогает: # mkdir /etc/avrdude # ln -s /etc/avrdude.conf /etc/avrdude/avrdude.conf Может есть возможность версию обновить?
Подтверждаю, нужно добавить зависимость на avr-libc
(В ответ на комментарий №1) > Подтверждаю, нужно добавить зависимость на avr-libc Я это ещё раньше просил сделать.
arduino-1:1.6.4-alt1_7.M80P.2jpp8 -> p8: Tue Jan 22 2019 Leontiy Volodin <lvol@altlinux> 1:1.6.4-alt1_7.M80P.2jpp8 - Added missing require (ALT #35700) - Fixed avrdude.conf (ALt #33500, #33501)