Mark Leaf Posted January 2 Posted January 2 I'm trying to build the linux-tools binaries from the kernel using the armbian build. I ran the ./compile.sh script and it built the image, but I only want the linux-tools binaries to copy over. I'm not sure how to get it to build them, when I go into the kernel tools folder and do "make all" it builds the binaries for x64 instead of for arm64. I looked through the kernel config file when running ./compile.sh script but can't find an option to build the linux-tools. I'm not sure how to add it so that they are built for the target system arm64. 0 Quote
Solution Werner Posted January 3 Solution Posted January 3 Hi, I don't there is a mechanism yet to just build this package. 9 hours ago, Mark Leaf said: it builds the binaries for x64 instead of for arm64. Because you are using an x86 machine and then the build framework uses cross compiling to create armhf/arm64 binaries. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.