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
During the compilation of a project based on the tesseract_ws workspace, a linking error occurred. Specifically, when linking the bpmdll.o object file from the tesseract_ws/trajopt/trajopt_sco/3rdpartylib/bpmpd_linux64.a library, the linker (/usr/bin/ld) threw the error message: Relocations in generic ELF (EM: 62).
I hope to obtain or recompile the bpmpd library suitable for the AArch64 architecture to resolve the current architecture incompatibility issue, enabling the project to compile and run normally.
Thank you in advance for your support and guidance!
The text was updated successfully, but these errors were encountered:
I can't help you with your issue specifically, but by default, Trajopt is using OSQP instead of BPMPD. So if you disable BPMPD support, you do not loose functionality (except if you specifically want to use that solver).
Problem Description
During the compilation of a project based on the tesseract_ws workspace, a linking error occurred. Specifically, when linking the bpmdll.o object file from the tesseract_ws/trajopt/trajopt_sco/3rdpartylib/bpmpd_linux64.a library, the linker (/usr/bin/ld) threw the error message: Relocations in generic ELF (EM: 62).
System and Environment Information
Expected Solution
I hope to obtain or recompile the bpmpd library suitable for the AArch64 architecture to resolve the current architecture incompatibility issue, enabling the project to compile and run normally.
Thank you in advance for your support and guidance!
The text was updated successfully, but these errors were encountered: