-
Notifications
You must be signed in to change notification settings - Fork 13
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
Debian 12 Arm64 Host - Required Package Installation? #2
Comments
It should be this list that's in their docker image: https://github.com/NXP/flexbuild/blob/main/docker/debian/Dockerfile u-boot-tools device-tree-compiler autoconf automake dh-autoreconf libssl-dev zip |
In addition to the ones listed in the Dockerfile, I needed: |
Thanks for the assists here! Even with all these installed, I unfortunately still fail to complete a build, now dying in the
But again, that might need a separate issue, unless this is somehow a result of a missing package. |
Hi folks, can you please make a list of all required dependencies that need to be installed on a fresh Debian 12 Aarch64 build machine?
So far, after installing Debian 12 and doing a
git clone
of flexbuild, I've noticed I need bison, meson, liborc-0.4-dev, libcanberra-dev, gtk-doc-tools, python3-pyelftools, libssl-dev, gettext, libglib2.0-dev-bin, and I am now chasing down what is needed to overcome astdio.h
error inimx-vpu-hantro
build. (I may need to open another Issue if I can't sort it out, but I'm guessing it's related to package installs that are needed).Thanks!
The text was updated successfully, but these errors were encountered: