You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run the command: g++ example_client.cpp -lopcuacore -lopcuaclient -lopcuaprotocol -lpthread -lmbedtls -lmbedcrypto -lmbedx509 -o client
has this errors:
/usr/bin/ld: could not be found -lopcuacore
/usr/bin/ld: could not be found -lopcuaclient
/usr/bin/ld: could not be found -lopcuaprotocol
collect2: error: ld returned 1 exit status
Any help?
The text was updated successfully, but these errors were encountered:
Hi!
When run the command:
g++ example_client.cpp -lopcuacore -lopcuaclient -lopcuaprotocol -lpthread -lmbedtls -lmbedcrypto -lmbedx509 -o client
has this errors:
Any help?
The text was updated successfully, but these errors were encountered: