arduino: 1.6.5 (mac os x), board: "arduino/genuino uno"
in file included sketch_nov01b.ino:1:0:
/users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps10/tinygps.h:25:22: fatal error: wprogram.h: no such file or directory
#include "wprogram.h"
^
compilation terminated.
multiple libraries found "tinygps.h"
used: /users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps10
not used: /users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps-13
error compiling.
report have more information with
"show verbose output during compilation"
enabled in file > preferences.
in file included sketch_nov01b.ino:1:0:
/users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps10/tinygps.h:25:22: fatal error: wprogram.h: no such file or directory
#include "wprogram.h"
^
compilation terminated.
multiple libraries found "tinygps.h"
used: /users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps10
not used: /users/ahmedessam/desktop/arduino.app/contents/java/libraries/tinygps-13
error compiling.
report have more information with
"show verbose output during compilation"
enabled in file > preferences.
quote
wprogram.h: no such file or directorysays have old version of library not compatible version of ide using. wprogram.h replaced arduino.h in later versions of ide.
#include "wprogram.h"
quote
multiple libraries found "tinygps.h"is pretty self explanatory. remove tinygps libraries , download , install latest version.
tinygps library
Arduino Forum > Using Arduino > Microcontrollers > proplem GPS SKYLAB SKM53
arduino
Comments
Post a Comment