sonyhome / SerialMenu

An Arduino library to easily create menus on the serial console.
MIT License
23 stars 12 forks source link

build error miss header-file #1

Open Andr3g2 opened 4 years ago

Andr3g2 commented 4 years ago

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

                      ^

compilation terminated. exit status 1 Error compiling for board Arduino/Genuino Uno.


$ grep include Arduino/libraries/SerialMenu-master/examples/demo1/demo1.ino

include

$ 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