Cross develop environment for ARM built by sys-devel/crossdev on gentoo
1.2K
docker run \
-it --rm \
--name crossdev \
--volume /path-to-arm-kernel:/usr/src/linux \
yrzr/gentoo-crossdev:aarch64-unknown-linux-gnu \
bash -c "ARCH=arm64 CROSS_COMPILE=aarch64-unknown-linux-gnu- make -C /usr/src/linux -j8"
No tags have been pushed to this repository yet.