machinekit-hal icon indicating copy to clipboard operation
machinekit-hal copied to clipboard

Problems with source code compilation and installation

Open jack9603301 opened this issue 3 years ago • 2 comments

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.

jack9603301 avatar Mar 20 '22 14:03 jack9603301

@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.

RVillatore avatar Jul 17 '22 19:07 RVillatore

@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

RVillatore avatar Jul 18 '22 03:07 RVillatore