-
Notifications
You must be signed in to change notification settings - Fork 146
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
RTAPI_TASK_PLL_SUPPORT not present #81
Comments
I've achieved run linuxcnc with pll but I don't know if something is wrong in my configuration or I miss something. In linuxcnc-ethercat/src/lcec_main.c Line 395 in 5399017
I've searched where is defined it and discover that it is in rtapi.h after applying the patch.
But rtapi_uspace or uspace are not defined nowhere but config.h Is it correct??? |
I explained in my last paragraph.
But I don't know if it is the correct way to solve this. |
This worked for me aswell, i dont even know where the config.h is located in my system, i just wrote thank you narogon |
Hi @sittner,
I've just installed new versions. (ec-debianized and hal components).
But when I load lcec with config file that contains refClockSyncCycles="-1" it says that RTAPI_TASK_PLL_SUPPORT not present.
I've just downloaded a fresh linuxcnc 2.7.14 and applied the patch. Configured with
./configure uspace
, created the .deb packages and installed like always.I'm running SMP PREEMPT RT Debian 4.9.168-1+deb9u4 (2019-07-19)
Any idea of what I'm doing bad? Any way to investigate/solve this?
I would really appreciate your help because I'm stuck with this and I'm so hopeful this version solve my syncs problems.
The text was updated successfully, but these errors were encountered: