Closed bnt2025 closed 4 years ago
Install the latest dtc manually and put it in your $PATH
Perfect thank you, manage to compile after;
git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
cd dtc
make -j11
export PATH=$PATH:$(pwd)
dtc went from version 1.4.5 to 1.6.0-g9d7888cb.
Thanks again
Hello,
I am getting the following error running
./build_kernel.sh -j11
.Can you provide any help with?
Thank you in advance.