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
I want to use manual way to compile the whole machinekit-hal + EMCApplication, but I don't know the right way, I can finish the compilation (either deb package or make install), but can't export machinekit-hal to EMCApplication frontend, please tell me how Do? If I don't provide --with-hal, he can detect LOCAL HAL, but there seems to be a compilation error related to halui when compiling, if possible, please tell me the complete list of compilation instructions.
The text was updated successfully, but these errors were encountered:
@jack9603301 right now emcapplication is not updated to run with current machinekit-hal.
In order to compile it, you need to fix dependencies and linker issues.
I'm working on it in my spare time, but might take a wile until I'm done.
Right now I can compile emcapplication for bullseye and foi bionic. I'm also able to generate packages for bionic but havent tested the compiled software yet.
@jack9603301 I 've managed to finish my very bad fix to compile emcapplication for the newest machinekit-hal releaso (bullseye).
Please see my git repo: https://github.com/RVillatore/EMCApplication/tree/machinekit-hal-last-update
You just need to follow the instructions under docker to create a container and build the packages.
Just to let you know, I've only compiled the application, but haven't tested it
I want to use manual way to compile the whole machinekit-hal + EMCApplication, but I don't know the right way, I can finish the compilation (either deb package or make install), but can't export machinekit-hal to EMCApplication frontend, please tell me how Do? If I don't provide --with-hal, he can detect LOCAL HAL, but there seems to be a compilation error related to halui when compiling, if possible, please tell me the complete list of compilation instructions.
The text was updated successfully, but these errors were encountered: