Skip to content

build error miss header-file #1

Description

@Andr3g2

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


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions