We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
go https://github.com/sonyhome/SerialMenu -> download zip
Sketch/Include Library/Add .Zip Library
add:example/SerialMenu/demo1 and build, with following error:
"/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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
go https://github.com/sonyhome/SerialMenu
-> download zip
Sketch/Include Library/Add .Zip Library
add:example/SerialMenu/demo1
and build, with following error:
"/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
The text was updated successfully, but these errors were encountered: