This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
ARM 64 Build Problems #334
Comments
7 tasks
I removed libcc, did a fresh checkout, and |
FWIW apparently even QtWebEngine (Chromium) doesn't work on RPi3 and aarch64 upstream. If you manage to build it I'd be happy to test it for you. Thanks |
I gave up on Docker. I was using it through MacOS and would get "Bad File Descriptor" errors. I imagine something about the shared directory between the two system was causing problems. Building on Ubuntu 16.x VM right now. I got libcc building. Working on getting Electron building now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the build instructions for arm64.
Building in Docker with Dockerfile
Running in Docker via
$ docker run -v $(pwd):/libcc -w /libcc -it libcc
# ./script/update -t arm64
I have verified that
./script/update -t arm
builds it's targets just fine.From what I understand about this, it looks like
pkg-config
is searching the arm64 sysroot for relevant packages enumerated here:You can see, the ones it's requesting do not exist.
The text was updated successfully, but these errors were encountered: