-
Notifications
You must be signed in to change notification settings - Fork 2.1k
arduino-nano issue #22156
Copy link
Copy link
Open
Labels
State: waiting for authorState: Action by the author of the PR is requiredState: Action by the author of the PR is requiredType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Metadata
Metadata
Assignees
Labels
State: waiting for authorState: Action by the author of the PR is requiredState: Action by the author of the PR is requiredType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
build error when using arduino-nano board (works on other boards, maybe gcc-avr is the problem)
Steps to reproduce the issue
Expected results
it compiles and flashes to board successfully
Actual results
Building application "default" for "arduino-nano" with CPU "atmega328p".
In file included from /home/hexagon/RIOT/core/include/stdio.h:24:0,
from /home/hexagon/RIOT/examples/basic/default/main.c:25:
/home/hexagon/RIOT/cpu/avr8_common/include/stdio.h:23:15: fatal error: stdio.h: No such file or directory
#include_next "stdio.h"
^~~~~~~~~
compilation terminated.
make[1]: *** [/home/hexagon/RIOT/Makefile.base:162: /home/hexagon/RIOT/examples/basic/default/bin/arduino-nano/application_default/main.o] Error 1
make: *** [/home/hexagon/RIOT/examples/basic/default/../../../Makefile.include:743: application_default.module] Error 2
Versions
ubuntu, other all latest