Bug 35700 - Не работает после установки
Summary: Не работает после установки
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: arduino (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: viy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 35590
Blocks:
  Show dependency tree
 
Reported: 2018-12-03 02:56 MSK by Артём
Modified: 2019-01-25 21:53 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Артём 2018-12-03 02:56:53 MSK
Вся 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

Может есть возможность версию обновить?
Comment 1 Sergey Novikov 2019-01-15 13:13:17 MSK
Подтверждаю, нужно добавить зависимость на  avr-libc
Comment 2 Антон Мидюков 2019-01-15 13:49:21 MSK
(В ответ на комментарий №1)
> Подтверждаю, нужно добавить зависимость на  avr-libc

Я это ещё раньше просил сделать.
Comment 3 Repository Robot 2019-01-25 21:53:52 MSK
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)