Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error miss header-file #1

Open
Andr3g2 opened this issue Feb 6, 2020 · 0 comments
Open

build error miss header-file #1

Andr3g2 opened this issue Feb 6, 2020 · 0 comments

Comments

@Andr3g2
Copy link

Andr3g2 commented Feb 6, 2020

Hallo,

I try SerialMenu, but when I build then I receive the following error:

fatal error: SerialMenu.hpp: No such file or directory

What am I doing wrong?
How to diag this issue?

regards Andre


details:

"/usr/local/lib/arduino-1.6.8/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10608 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-I/usr/local/lib/arduino-1.6.8/hardware/arduino/avr/cores/arduino" "-I/usr/local/lib/arduino-1.6.8/hardware/arduino/avr/variants/eightanaloginputs" "/tmp/build722fc621774fcff310800eb9c067689b.tmp/sketch/demo1.ino.cpp" -o "/tmp/build722fc621774fcff310800eb9c067689b.tmp/preproc/ctags_target_for_gcc_minus_e.cpp"
/home/admin/Arduino/libraries/SerialMenu-master/examples/demo1/demo1.ino:26:26: fatal error: SerialMenu.hpp: No such file or directory
#include <SerialMenu.hpp>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.


$ grep include Arduino/libraries/SerialMenu-master/examples/demo1/demo1.ino
#include <SerialMenu.hpp>

$ find Arduino/libraries -name SerialMenu.hpp -ls
103355 20 -rw-r--r-- 1 admin admin 17684 Feb 6 15:17 Arduino/libraries/SerialMenu-master/src/SerialMenu.hpp


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant