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
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
3.7.42
Which programming language/tool do you use?
C++
Which operating system do you use?
Ubuntu 20.04.6
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
XM430-W350
Have you searched the issue from the closed issue threads?
Yes, there's not the same error and some similar gave me some ideas, however nothing helped.
Please describe the issue in detail
I'm trying to run the example read_write code with C++ and Linux, but there's the same error in two different lines: undefined reference to 'dynamixel::PortHandler::getPortHandler(char const*)'. And the same with 'getPacketHandler(float)'. collect2: error: ld returned 1 exit statues.
I tried to put all the corresponding .h and .cpp in the same file, but it didn't work neither. I downloaded the latest version available in the github too.
I'm using protocol2.0 and linux64.
How can we reproduce the issue?
I guess just trying to compile the read_write sample code. I just did it and there was that error.
The text was updated successfully, but these errors were encountered:
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
I tried to put all the corresponding .h and .cpp in the same file, but it didn't work neither. I downloaded the latest version available in the github too.
I'm using protocol2.0 and linux64.
The text was updated successfully, but these errors were encountered: