We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My current system is using xenomai real-time kernel, kernel version 4.9.38. Use ldd lcec.so
linux-vdso.so.1 => (0x00007ffed138e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc43f3ac000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc43f989000)
There is no error, but the link to the ecat library is not available. How to solve it?
The text was updated successfully, but these errors were encountered:
I think #122 is supposed to fix this, but it doesn't produce a change in my build. Looking into it a bit more.
Sorry, something went wrong.
build: update realtime.mk to fix ecrt_slave_config_sdo error
1ee63de
This is basically sittner#122 and LinuxCNC/linuxcnc#2610 manually merged. Should fix sittner#123
d2c0094
Successfully merging a pull request may close this issue.
My current system is using xenomai real-time kernel, kernel version 4.9.38. Use ldd lcec.so
linux-vdso.so.1 => (0x00007ffed138e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc43f3ac000)
/lib64/ld-linux-x86-64.so.2 (0x00007fc43f989000)
There is no error, but the link to the ecat library is not available. How to solve it?
The text was updated successfully, but these errors were encountered: