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

Error while Compiling #14

Open
shabir67 opened this issue Feb 23, 2020 · 2 comments
Open

Error while Compiling #14

shabir67 opened this issue Feb 23, 2020 · 2 comments

Comments

@shabir67
Copy link

shabir67 commented Feb 23, 2020

Just get the package recently anybody knows how to deal with this error message ??
Arduino: 1.8.5 (Windows 10), Board: "Arduino Uno"

D:\Arduino\arduino-builder -dump-prefs -logger=machine -hardware D:\Arduino\hardware -hardware D:\Arduino\portable\packages -tools D:\Arduino\tools-builder -tools D:\Arduino\hardware\tools\avr -tools D:\Arduino\portable\packages -built-in-libraries D:\Arduino\libraries -libraries D:\Arduino\portable\sketchbook\libraries -fqbn=arduino:avr:uno -ide-version=10805 -build-path C:\Users\SHABIR1\AppData\Local\Temp\arduino_build_774088 -warnings=none -build-cache C:\Users\SHABIR1\AppData\Local\Temp\arduino_cache_153723 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=D:\Arduino\portable\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avrdude.path=D:\Arduino\portable\packages\arduino\tools\avrdude\6.3.0-arduino17 -prefs=runtime.tools.arduinoOTA.path=D:\Arduino\portable\packages\arduino\tools\arduinoOTA\1.3.0 -verbose C:\Users\Shabir As\Desktop\TA\Proto Central\Protocentral_ADS1292R\examples\ECG-Respiration-Plot\ECG-Respiration-Plot.ino
D:\Arduino\arduino-builder -compile -logger=machine -hardware D:\Arduino\hardware -hardware D:\Arduino\portable\packages -tools D:\Arduino\tools-builder -tools D:\Arduino\hardware\tools\avr -tools D:\Arduino\portable\packages -built-in-libraries D:\Arduino\libraries -libraries D:\Arduino\portable\sketchbook\libraries -fqbn=arduino:avr:uno -ide-version=10805 -build-path C:\Users\SHABIR1\AppData\Local\Temp\arduino_build_774088 -warnings=none -build-cache C:\Users\SHABIR1\AppData\Local\Temp\arduino_cache_153723 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=D:\Arduino\portable\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avrdude.path=D:\Arduino\portable\packages\arduino\tools\avrdude\6.3.0-arduino17 -prefs=runtime.tools.arduinoOTA.path=D:\Arduino\portable\packages\arduino\tools\arduinoOTA\1.3.0 -verbose C:\Users\Shabir As\Desktop\TA\Proto Central\Protocentral_ADS1292R\examples\ECG-Respiration-Plot\ECG-Respiration-Plot.ino
Using board 'uno' from platform in folder: D:\Arduino\portable\packages\arduino\hardware\avr\1.8.2
Using core 'arduino' from platform in folder: D:\Arduino\portable\packages\arduino\hardware\avr\1.8.2
Detecting libraries used...
"D:\Arduino\portable\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\Arduino\portable\packages\arduino\hardware\avr\1.8.2\cores\arduino" "-ID:\Arduino\portable\packages\arduino\hardware\avr\1.8.2\variants\standard" "C:\Users\SHABIR1\AppData\Local\Temp\arduino_build_774088\sketch\ECG-Respiration-Plot.ino.cpp" -o "nul"
"D:\Arduino\portable\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\Arduino\portable\packages\arduino\hardware\avr\1.8.2\cores\arduino" "-ID:\Arduino\portable\packages\arduino\hardware\avr\1.8.2\variants\standard" "C:\Users\SHABIR
1\AppData\Local\Temp\arduino_build_774088\sketch\ECG-Respiration-Plot.ino.cpp" -o "C:\Users\SHABIR~1\AppData\Local\Temp\arduino_build_774088\preproc\ctags_target_for_gcc_minus_e.cpp"
C:\Users\Shabir As\Desktop\TA\Proto Central\Protocentral_ADS1292R\examples\ECG-Respiration-Plot\ECG-Respiration-Plot.ino:20:10: fatal error: ads1292r.h: No such file or directory

#include <ads1292r.h>

      ^~~~~~~~~~~~

compilation terminated.

exit status 1
Error compiling for board Arduino Uno.

@MarijnStam
Copy link

You have to include the library in your Arduino enviroment.

Sketch -> Include Library -> Add .ZIP library
and then select the libraries which you can download here

@shabir67
Copy link
Author

Thank you very much.One more question, is it possible to send this data package to and MySQL DB with esp8266 module ??.

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

2 participants