-
Notifications
You must be signed in to change notification settings - Fork 12
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
building Debian packages with docker #3
Comments
@jallwine, The LinuxCNC builds natively, there is no support for cross building as far as I know. So I have been using QEMU. You will need to use either multiarch/qemu-user-static (last time I have tried it they were using older version of QEMU with missing one important syscall needed in gLibC), follow direction in this issue or install it from package (for Debian, use the SID version, it has no dependencies). Then run for Debian 10 Buster and
In QEMU it can happen that the automatic @cloudsmith-io script will have problem with importing keys (this is also reason why I am using the It takes a quite some time to compile it on my i7-8550u. And as you can see, there is some need for patching. (Basically to copy the LinuxCNC/linuxcnc#943 PR.) I will try to create PR addressing this soon. The version line problem I will also create a page in documentation (so I don't forget it again). Another reason is to install version of Machinekit-HAL ( |
@jallwine, |
The MachineKit-HAL documentation does a great job explaining how to build Debian packages using docker. Is there a comparable process for EMCApplication?
The text was updated successfully, but these errors were encountered: