I am writing an application on QT Creator with C++ to read RFID tags via LLRP protocol.
I am using the example.cpp as provided in the llrp.org site, while trying to compile the code it is throwing the following error -
:-1: error: /home/project/RFID/lib/libltkcpp.a: Timestamp out of range; substituting 1970-01-01 05:30:00
:-1: error: skipping incompatible /home/project/RFID/lib//libltkcpp.a when searching for -lltkcpp
:-1: error: cannot find -lltkcpp
:-1: error: skipping incompatible /home/project/RFID/lib//libxml2.a when searching for -lxml2
:-1: error: collect2: error: ld returned 1 exit status
I have added the libraries - libltkcpp.a, libltkcpp_r.lib, libxml2.a to my project. Still the issues are coming. Any ideas what is going wrong here?
The development environment is 64bit CentOS.