Closed silver2row closed 7 months ago
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
3.4.1
Which programming language/tool do you use?
C
C++
Python
Which operating system do you use?
Debian Bullseye
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
AX-12A
Have you searched the issue from the closed issue threads?
Please describe the issue in detail make
How can we reproduce the issue?
I am using a Linux SBC that used to work w/ your SDK. Lately, I have had some trouble getting it to make for the /c/ lib.
/c/
If this matters, here is my error:
collect2: error: ld returned 1 exit status make: *** [Makefile:68: libdxl_sbc_c.so] Error 1
Just to make a quick note here...the C++ and Python versions of the SDK build fine.
-fcommon works! Use it if you are building!
-fcommon
I have the same issue, how did you solve it?thank you!
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
3.4.1
Which programming language/tool do you use?
C
,C++
,Python
Which operating system do you use?
Debian Bullseye
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
AX-12A
Have you searched the issue from the closed issue threads?
Yes! I found some ideas but it seem that it will be ready in the next release (when is the next release?).
Please describe the issue in detail make
How can we reproduce the issue?
I am using a Linux SBC that used to work w/ your SDK. Lately, I have had some trouble getting it to make for the
/c/
lib.If this matters, here is my error:
Just to make a quick note here...the C++ and Python versions of the SDK build fine.