Hi,
I tried to configure as per the guide lines provided in the API.Guide
This is the sample program as shown below:
Program:
#include <iostream>
using namespace std;
int main() {
cout << "!!!***Hello World UA SDK ***!!!" << endl; // prints !!!***Hello World UA SDK ***!!!
return 0;
}
When I try to build project I am getting the following errors. The errors are mentioned as shown below.
Problems:
cannot find -lClientSdk test1
cannot find -lStackWrapper
cannot find -lGeneralSdk
make: *** [test1] Error 1
skipping incompatible /home/rv00343930/MatrikonOPC_UASDK_Linux/UA_SDK/Lib/libClientSdk.so when searching for -lClientSdk
skipping incompatible /home/rv00343930/MatrikonOPC_UASDK_Linux/UA_SDK/Lib/libStackWrapper.so when searching for -lStackWrapper
skipping incompatible /home/rv00343930/MatrikonOPC_UASDK_Linux/UA_SDK/Lib/libGeneralSdk.so when searching for -lGeneralSdk
I have given the test1 path as /home/rv00343930/Documents/test1.
Please kindly suggest me on how to resolve these errors.
Regards,
Ajith
Edited by user Monday, May 25, 2015 6:28:49 AM(UTC)
| Reason: Not specified