-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime Error on aarch64 System #192
Comments
The compiler seems to have failed to pick up the |
i dont change any line of this CMake, just build follow the step in README.md |
program crash in this line: |
@roboticszeng if you still have this issue, you could try my solution propused in #198 . |
Sorry for the late response. I'd assume that this error comes from a mismatch of the header files and the linked library, e.g. you have installed ruckig system-wide, but now compile Hi @roboticszeng - sorry for the late response. It seems that the linker is picking up a shared library that was compiled with the You could...
|
Hello,
I'm experiencing a runtime error when attempting to execute the ruckig repository on an aarch64 system. The repository compiles successfully, but when I run the example-01 test case, I encounter the following error:
./example-01_position: symbol lookup error: ./example-01_position: undefined symbol: _ZN6ruckig11CloudClientC1Ev
I have not made any modifications to the code and am running the test case as is.
Here are the details of my system:
uname -a
output:Linux ubuntu 5.10.120-tegra #1 SMP PREEMPT Tue Aug 1 12:32:50 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux
I would appreciate it if you could provide guidance or a fix for this issue. Thank you for your time and assistance.
Best regards!
The text was updated successfully, but these errors were encountered: