Arm64 docker image for cross compiling #7640
Labels
enhancement
New feature or request
need triaging
Issue that the owner of the area still need to triage
packaging
Packaging and ease of downloading/obtaining Slint
Feature Description
Hello and thank you all for the incredible hard work that you've done to make Slint such an amazing development experience.
I was testing out cross compilation for Slint using the provided docker images and saw that the image for
armv7-unknown-linux-gnueabihf
was set to compile as Arm32, with the note that the base image should be switched to therustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1
image once this merge request is merged and released. It looks like this has indeed been taken care of now, so this is a note that I believe we can now make use of the Arm64 image with something to the effect of:The
stdc++-10-dev:arm64
package doesn't exist, I believe the package that we're looking for would be libstdc++-10-dev-arm64-cross, but the base image seems to be unable to locate that package, so I would be interested to hear if there was an alternative anyone was familiar with so that we could do Arm64 cross compilation with this docker image for Slint. Thank you all again!Product Impact
No response
The text was updated successfully, but these errors were encountered: